msbasic/defines_kim.s
Michael Steil 54315c12f9 cleanup
2008-10-17 07:49:43 +00:00

49 lines
948 B
ArmAsm

; configuration
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_START = $0A
ZP_HOLE = $4E
JMPADRS = DSCLEN + 1
LOWTRX = LOWTR
GORESTART := $0000
GOSTROUT := $0003
GOAYINT := $0006
GOGIVEAYF := $0008
Z15 := $0015
POSX := $0016
Z17 := $0017
Z18 := $0018
LINNUM := $0019
TXPSV := $0019
INPUTBUFFER := $001B
INPUTBUFFERX := $0000
; magic memory locations
L1800 := $1800
L1873 := $1873
; monitor functions
MONRDKEY := $1E5A
MONCOUT := $1EA0
; 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
CRLF_1 := CR
CRLF_2 := LF