Added command-line argument parsing to the CBM510 and CBM610 targets.

This commit is contained in:
Greg King
2014-04-03 08:23:28 -04:00
parent b92630142f
commit 42595fbf13
6 changed files with 381 additions and 80 deletions

View File

@@ -4,7 +4,7 @@
; Taken from a kernal disassembly done by myself in 2000/2001.
;
; 2001-09-13, Ullrich von Bassewitz
; 2013-08-26, Greg King
; 2014-04-02, Greg King
;-----------------------------------------------------------------------------
@@ -14,6 +14,8 @@ ExecReg := $00 ; Controls execution memory bank
IndReg := $01 ; Controls indirect indexed load-store bank
TXTPTR := $85 ; Far pointer into BASIC source code
FNAM := $90 ; Far pointer to LOAD/SAVE file-name
FNAM_LEN := $9D ; Holds length of file-name
; ---------------------------------------------------------------------------
; Screen size