From e2da2bffe58a76c091d3496bd3ca2d2f18ea2eb6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 13 Nov 2025 05:39:38 -0500 Subject: initial commit --- disasm/unalf14.osequates | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 disasm/unalf14.osequates (limited to 'disasm/unalf14.osequates') diff --git a/disasm/unalf14.osequates b/disasm/unalf14.osequates new file mode 100644 index 0000000..79b2b77 --- /dev/null +++ b/disasm/unalf14.osequates @@ -0,0 +1,15 @@ +DOSVEC_lo := $000A ; 10 PROGRAM RUN VECTOR +DOSVEC_hi := $000B +SDMCTL := $022F ; 559 DMACTL SHADOW +SHFLOC := $02BE ; 702 +MEMTOP_lo := $02E5 ; 741 END OF FREE RAM +MEMTOP_hi := $02E6 +ICCOM := $0342 ; 834 ; Command byte (see C_* constants) (set by user) +ICBAL := $0344 ; 836 ; Buffer address, LSB (set by user) +ICBAH := $0345 ; 837 ; Buffer address, MSB (set by user) +ICBLL := $0348 ; 840 ; Buffer length, LSB (set by user) +ICBLH := $0349 ; 841 ; Buffer length, MSB (set by user) +ICAX1 := $034A ; 842 ; AUX1 byte (2nd param in BASIC OPEN) (set by user) +ICAX2 := $034B ; 843 ; AUX2 byte (4rd param in BASIC OPEN) (set by user) +BOOTRG := $0700 ; 1792 PROGRAM AREA +CIOV := $E456 ; 58454 ; Main CIO entry point! -- cgit v1.2.3