From d592ce4834411a63c89670f7990e86ae5dbaf40f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 29 Apr 2024 18:37:04 -0400 Subject: xex.c: add xex_get_run_addr() and xex_get_init_addr(). --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index bb1f1a6..d656b9a 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,8 @@ for now: These may need library (xex.c) changes: xexcat: handle run/init addresses embedded in a segment longer than 2 bytes. -xexcat: handle or at least detect DOS 1.0 executables. +xexcat: handle or at least detect DOS 1.0 executables. currently + xex_fread_seg_header() will warn about them, but that's all. xexcat: warn if an an init address occurs before the code it references. or at least if it occurs before *any* code! -- cgit v1.2.3