diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-29 18:37:04 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-29 18:37:04 -0400 |
commit | d592ce4834411a63c89670f7990e86ae5dbaf40f (patch) | |
tree | 9bad05fe6fcd1bf14b8ddef80329d66ecb36c16a /TODO | |
parent | e43fb619b7782f64fa5e8c68c7b49536a5180073 (diff) | |
download | bw-atari8-tools-d592ce4834411a63c89670f7990e86ae5dbaf40f.tar.gz |
xex.c: add xex_get_run_addr() and xex_get_init_addr().
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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! |