mirror of
https://github.com/ksherlock/minix.fst.git
synced 2025-01-16 02:30:37 +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
|
macro
|
||||||
&l _DebugSetTrace
|
&l _DebugGetTrace
|
||||||
&l ldx #$10ff
|
&l ldx #$10ff
|
||||||
jsl $e10000
|
jsl $e10000
|
||||||
mend
|
mend
|
||||||
|
|
||||||
|
macro
|
||||||
|
&l ~DebugGetTrace
|
||||||
|
&l ldx #$10ff
|
||||||
|
jsl $e10000
|
||||||
|
mend
|
||||||
|
|
||||||
|
|
||||||
|
macro
|
||||||
|
&l _DebugSetTrace
|
||||||
|
&l ldx #$11ff
|
||||||
|
jsl $e10000
|
||||||
|
mend
|
||||||
|
|
||||||
|
|
||||||
macro
|
macro
|
||||||
&l ~DebugSetTrace &p1
|
&l ~DebugSetTrace &p1
|
||||||
&l ph2 &p1
|
&l ph2 &p1
|
||||||
ldx #$10ff
|
ldx #$11ff
|
||||||
jsl $e10000
|
jsl $e10000
|
||||||
mend
|
mend
|
||||||
|
|
||||||
|
@ -73,7 +73,6 @@ get_file_info procname export
|
|||||||
; todo -- check if inode # is valid?
|
; todo -- check if inode # is valid?
|
||||||
; todo -- check if bit set in imap?
|
; todo -- check if bit set in imap?
|
||||||
|
|
||||||
;pha ; space
|
|
||||||
;~DebugSetTrace #1
|
;~DebugSetTrace #1
|
||||||
;pla ; prev value
|
;pla ; prev value
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user