From 0b8fd380a61805445f1ef25157aa80e22c8e5493 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 29 Apr 2024 20:11:28 -0400 Subject: xexcat: detect DOS 1.0 files (and abort). --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index d656b9a..eb90d06 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,9 @@ 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. currently - xex_fread_seg_header() will warn about them, but that's all. +xexcat: handle or at least detect DOS 1.0 executables as + input. 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