mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Merge pull request #1342 from oliverschmidt/master
Adjusted cc65 constructor to recent cc65 change.
This commit is contained in:
commit
a70b97764a
@ -64,16 +64,13 @@ SETNAM = $FFBD
|
||||
CLALL = $FFE7
|
||||
WRITE = $DEF1
|
||||
READ = $DEF4
|
||||
;---------------------------------------------------------------------
|
||||
.bss
|
||||
|
||||
cmdc: .res 1
|
||||
flags: .res 10
|
||||
;---------------------------------------------------------------------
|
||||
.data
|
||||
|
||||
illchr: .byte $3A, $2A, $3F, $3D ;illegal chars
|
||||
pw: .byte $2C, $50, $2C, $57 ;,p,w
|
||||
cmdc: .byte 0
|
||||
flags: .res 10
|
||||
;---------------------------------------------------------------------
|
||||
.segment "INIT"
|
||||
|
||||
|
@ -64,16 +64,13 @@ SETNAM = $FFBD
|
||||
CLALL = $FFE7
|
||||
WRITE = $DEF1
|
||||
READ = $DEF4
|
||||
;---------------------------------------------------------------------
|
||||
.bss
|
||||
|
||||
cmdc: .res 1
|
||||
flags: .res 10
|
||||
;---------------------------------------------------------------------
|
||||
.data
|
||||
|
||||
illchr: .byte $3A, $2A, $3F, $3D ;illegal chars
|
||||
pw: .byte $2C, $50, $2C, $57 ;,p,w
|
||||
cmdc: .byte 0
|
||||
flags: .res 10
|
||||
;---------------------------------------------------------------------
|
||||
.segment "INIT"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user