diff options
Diffstat (limited to 'src/crt0.s')
| -rw-r--r-- | src/crt0.s | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -43,11 +43,12 @@ start: lda MEMTOP+1 sta sp+1 -; Set the keyboard to upper-/lower-case mode. +; Set various OS variables. ldy #$ff sty CH ; remove keypress which might be in the input buffer iny ; Set Y to 0 - sty SHFLOK + sty SHFLOK ; Turn off Caps Lock + sty SOUNDR ; Turn off SIO beep/click ; Go directly to main(). No support for CLI arguments, no saving ; any machine state for a clean exit, because we don't exit. |
