mirror of
https://github.com/ksherlock/minix.fst.git
synced 2024-12-26 15:29:17 +00:00
read debugging
This commit is contained in:
parent
0ec7e21f5d
commit
5a46e1420f
8
read.aii
8
read.aii
@ -61,7 +61,7 @@ zone ds.l 1
|
||||
|
||||
|
||||
|
||||
do_transfer_count proc
|
||||
do_transfer_count procname
|
||||
with fst_parms, my_dp
|
||||
|
||||
lda transferCount
|
||||
@ -73,7 +73,7 @@ do_transfer_count proc
|
||||
rts
|
||||
endp
|
||||
|
||||
do_data_buffer proc
|
||||
do_data_buffer procname
|
||||
with fst_parms, my_dp
|
||||
|
||||
lda [param_blk_ptr],y
|
||||
@ -85,7 +85,7 @@ do_data_buffer proc
|
||||
rts
|
||||
endp
|
||||
|
||||
do_request_count proc
|
||||
do_request_count procname
|
||||
with fst_parms, my_dp
|
||||
|
||||
lda [param_blk_ptr],y
|
||||
@ -97,7 +97,7 @@ do_request_count proc
|
||||
rts
|
||||
endp
|
||||
|
||||
do_cache_priority proc
|
||||
do_cache_priority procname
|
||||
with fst_parms, my_dp, dp
|
||||
|
||||
lda [param_blk_ptr],y
|
||||
|
Loading…
Reference in New Issue
Block a user