C64 IO_Monitor patch for Durexforth #388
Whammo
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
And a few words to make it nice and useful. : init c000 sys ;
: cnt c003 sys ;
: log c006 sys ;
: logend ( msb - )
$c053 c! ;
: logstart ( msb - )
dup dup $c04e c! $c055 c! $c0f5 c!
;
\ here 100/ 1+ logstart
\ 6f logend
: slog s" @0:log,p,w"
8 8 open ioabort clrchn
8 chkout ioabort 0 emit 0 emit
cnt log clrchn 8 close ;
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/davervw/c64-io_monitor
It allows $1f00 bytes of logging. This can be increased if anyone is interested.
Beta Was this translation helpful? Give feedback.
All reactions