]> git.sur5r.net Git - cc65/commitdiff
Changed some CPU memory-mapped register definitions from expression mode into label... 31/head
authorGreg King <gregdk@users.sf.net>
Tue, 27 Aug 2013 02:02:00 +0000 (22:02 -0400)
committerGreg King <gregdk@users.sf.net>
Tue, 27 Aug 2013 02:02:00 +0000 (22:02 -0400)
asminc/cbm510.inc
asminc/cbm610.inc

index f031a1e3595f5b9bf9c2c586812145b9d69664ad..dfeee1d4e6e8cdf2f60abc44dc3a38284a415a4a 100644 (file)
@@ -4,14 +4,14 @@
 ; Taken from a kernal disassembly done by myself in 2000/2001.
 ;
 ; 2001-09-13, Ullrich von Bassewitz
-; 2013-08-23, Greg King
+; 2013-08-26, Greg King
 
 
 ;-----------------------------------------------------------------------------
 ; Zeropage stuff
 
-ExecReg         = $00
-IndReg          = $01
+ExecReg         := $00          ; Controls execution memory bank
+IndReg          := $01          ; Controls indirect indexed load-store bank
 
 TXTPTR          := $85          ; Far pointer into BASIC source code
 
index 10d194ea7acf25c39e12a71375780684b49b215e..f442f5da8cb879f5643636b5823277a806f4bf48 100644 (file)
@@ -1,16 +1,17 @@
 ;
-; Zeropage and I/O definitions for the CBM 610
+; Zero page variables and I/O definitions for the CBM 610
 ;
 ; Taken from a kernal disassembly done by myself in 1987.
 ;
-; Ullrich von Bassewitz, 28.09.1998
+; 1998-09-28, Ullrich von Bassewitz
+; 2013-08-26, Greg King
 
 
 ; ---------------------------------------------------------------------------
 ; Zeropage stuff
 
-ExecReg         := $00
-IndReg          := $01
+ExecReg         := $00          ; Controls execution memory bank
+IndReg          := $01          ; Controls indirect indexed load-store bank
 
 TXTPTR          := $85          ; Far pointer into BASIC source code