mirror of
https://github.com/cc65/cc65.git
synced 2026-04-22 01:16:54 +00:00
Allow up 127 chars of cmdline for programs started by the loader.
This commit is contained in:
@@ -95,8 +95,8 @@ PRESS_ANY_KEY:
|
||||
jmp :+
|
||||
.byte $EE
|
||||
.byte $EE
|
||||
.byte 65
|
||||
STARTUP:.res 65
|
||||
.byte $80
|
||||
STARTUP:.res $80
|
||||
|
||||
; Reset stack
|
||||
: ldx #$FF
|
||||
@@ -127,7 +127,7 @@ STARTUP:.res 65
|
||||
: lda STARTUP + 1,x
|
||||
: sta STACK,x
|
||||
dex
|
||||
bpl :--
|
||||
bpl :--
|
||||
|
||||
; Provide some user feedback
|
||||
lda #<LOADING
|
||||
|
||||
Reference in New Issue
Block a user