new SetTrace / GetTrace macros

This commit is contained in:
Kelvin Sherlock 2015-08-11 19:51:19 -04:00
parent 66ebcaf3bf
commit 4a2835ccb0
2 changed files with 15 additions and 3 deletions

View File

@ -143,16 +143,29 @@
macro
&l _DebugSetTrace
&l _DebugGetTrace
&l ldx #$10ff
jsl $e10000
mend
macro
&l ~DebugGetTrace
&l ldx #$10ff
jsl $e10000
mend
macro
&l _DebugSetTrace
&l ldx #$11ff
jsl $e10000
mend
macro
&l ~DebugSetTrace &p1
&l ph2 &p1
ldx #$10ff
ldx #$11ff
jsl $e10000
mend

View File

@ -73,7 +73,6 @@ get_file_info procname export
; todo -- check if inode # is valid?
; todo -- check if bit set in imap?
;pha ; space
;~DebugSetTrace #1
;pla ; prev value