Prev: E37B Up: Map Next: E3A2
E394: BASIC cold start entry point
E394 20 53 E4 JSR $E453 initialise the BASIC vector table
E397 20 BF E3 JSR $E3BF initialise the BASIC RAM locations
E39A 20 22 E4 JSR $E422 print the start up message and initialise the memory pointers
not ok ??
E39D A2 FB LDX #$FB value for start stack
E39F 9A TXS set stack pointer
E3A0 D0 E4 BNE $E386 do "READY." warm start, branch always
Prev: E37B Up: Map Next: E3A2