Not a issue, but a question
agsb opened this issue · 0 comments
agsb commented
hello,
any problem with this modifications for sysVars ?
(modify f, g, r, s)
ps. sorry bad format
.word (aNop_) ; _
.word (aNop_) ; `
vS0: .word (sysVar_) ; a ; start of data stack variable
vBase16: .word (sysVar_) ; b ; base16 variable
vTIBPtr: .word (sysVar_) ; c ; TIBPtr variable
vDefs: .word (sysVar_) ; d
vEdited: .word (sysVar_) ; e
vR0: .word (sysVar_) ; f ; start of return stack variable
vNext: .word (sysVar_) ; g ; next routine dispatcher
vHeapPtr: .word (sysVar_) ; h ; heap ptr variable
.word (i_) ; i ; returns index variable of current loop
.word (j_) ; j ; returns index variable of outer loop
.word (sysVar_) ; k
.word (sysVar_) ; l
.word (sysVar_) ; m ( a b -- c ) return the minimum value
.word (sysVar_) ; n
.word (sysVar_) ; o
.word (sysVar_) ; p
.word (sysVar_) ; q
.word (sysVar_) ; r ; return stack pointer
.word (sysVar_) ; s ; data stack pointer
.word (sysVar_) ; t
.word (sysVar_) ; u
.word (sysVar_) ; v