msbasic/defines_kim.s
Michael Steil 19e6867e20 cleanup
2008-10-18 06:23:05 +00:00

32 lines
634 B
ArmAsm

; configuration
CONFIG_10A := 1
CONFIG_11 := 1
CONFIG_11A := 1
CONFIG_MONCOUT_DESTROYS_Y := 1
CONFIG_NULL := 1
CONFIG_PRINT_CR := 1 ; print CR when line end reached
CONFIG_ROR_WORKAROUND := 1
CONFIG_SAFE_NAMENOTFOUND := 1
CONFIG_SCRTCH_ORDER := 2
; zero page
ZP_START0 = $00
ZP_START0A = $15
ZP_START1 = $0A
ZP_START2 = $63
; constants
STACK_TOP := $FC
SPACE_FOR_GOSUB := $36
NULL_MAX := $F2 ; probably different in original version; the image I have seems to be modified; see PDF
; magic memory locations
L1800 := $1800
L1873 := $1873
; monitor functions
MONRDKEY := $1E5A
MONCOUT := $1EA0