mirror of
https://github.com/ksherlock/minix.fst.git
synced 2024-12-27 21:31:39 +00:00
new SetTrace / GetTrace macros
This commit is contained in:
parent
66ebcaf3bf
commit
4a2835ccb0
17
fst.macros
17
fst.macros
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user