fixes in structs, added common cc65 color definitions, cgetc laces cursor in
correct line, interrupts are enabled before jumping into _main git-svn-id: svn://svn.cc65.org/cc65/trunk@1217 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -66,6 +66,7 @@ regbank = $a3 ; 6 bytes hopefully not used by Kernal
|
||||
jsr pushax ; argc
|
||||
jsr pushax ; argv
|
||||
|
||||
cli
|
||||
ldy #4 ; Argument size
|
||||
jsr _main ; call the users code
|
||||
jmp $c1c3 ; jump to GEOS MainLoop
|
||||
|
||||
Reference in New Issue
Block a user