1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-27 12:29:33 +00:00

Add command line evaluation for the Plus/4

git-svn-id: svn://svn.cc65.org/cc65/trunk@2994 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-04-28 11:57:50 +00:00
parent c62b4ae73f
commit e68196c252

View File

@ -25,7 +25,7 @@
.constructor initmainargs, 24
.import __argc, __argv
.include "c64.inc"
.include "plus4.inc"
@ -117,7 +117,7 @@ argloop:lda BASIC_BUF,x
; (The last vector in argv[] already is NULL.)
done: lda #<argv
done: lda #<argv
ldx #>argv
sta __argv
stx __argv + 1