Prev: A469 Up: Map Next: A483
A474: do warm start
Used by the routines at A469 and E37B.
A474 A9 76 LDA #$76 set "READY." pointer low byte
A476 A0 A3 LDY #$A3 set "READY." pointer high byte
A478 20 1E AB JSR $AB1E print null terminated string
A47B A9 80 LDA #$80 set for control messages only
A47D 20 90 FF JSR $FF90 control kernal messages
This entry point is used by the routines at A483 and A49C.
A480 6C 02 03 JMP ($0302) do BASIC warm start
Prev: A469 Up: Map Next: A483