POKE - 16292,1
supposedly is a write to the joystick but no idea what that's doing here.
NOMON I,O,C
would normally cancel the display of disk executions (set by MON
) but I'm not sure why this is PRINT
ed here, unless my de-tokenization has dropped a control character equivalent to CHR$(4)
.
Similarly with the PRINT "RUN AKA0"
later on.
The POKE 977,1: POKE 978,3
sets the DOS warmstart address to $0301
(rather than $9DBF
).