mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-04-05 07:40:39 +00:00
Fixed failing test.
This commit is contained in:
parent
ce7e6d29cb
commit
4346790c43
@ -0,0 +1,4 @@
|
||||
lda #0
|
||||
pha
|
||||
lda #<{c1}
|
||||
pha
|
@ -10,11 +10,11 @@
|
||||
main: {
|
||||
.label __0 = 2
|
||||
// plus('0', 7)
|
||||
lda #>'0'
|
||||
lda #0
|
||||
pha
|
||||
lda #<'0'
|
||||
pha
|
||||
lda #>7
|
||||
lda #0
|
||||
pha
|
||||
lda #<7
|
||||
pha
|
||||
|
@ -196,13 +196,13 @@ __bend:
|
||||
main: {
|
||||
.label __0 = 2
|
||||
// [5] callprepare plus (byte) '0' (byte) 7
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vwuc1
|
||||
lda #>'0'
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vbuc1
|
||||
lda #0
|
||||
pha
|
||||
lda #<'0'
|
||||
pha
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vwuc1
|
||||
lda #>7
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vbuc1
|
||||
lda #0
|
||||
pha
|
||||
lda #<7
|
||||
pha
|
||||
@ -331,13 +331,13 @@ __bend:
|
||||
main: {
|
||||
.label __0 = 2
|
||||
// [5] callprepare plus (byte) '0' (byte) 7
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vwuc1
|
||||
lda #>'0'
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vbuc1
|
||||
lda #0
|
||||
pha
|
||||
lda #<'0'
|
||||
pha
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vwuc1
|
||||
lda #>7
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vbuc1
|
||||
lda #0
|
||||
pha
|
||||
lda #<7
|
||||
pha
|
||||
@ -481,13 +481,13 @@ main: {
|
||||
.label __0 = 2
|
||||
// plus('0', 7)
|
||||
// [5] callprepare plus (byte) '0' (byte) 7
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vwuc1
|
||||
lda #>'0'
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vbuc1
|
||||
lda #0
|
||||
pha
|
||||
lda #<'0'
|
||||
pha
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vwuc1
|
||||
lda #>7
|
||||
// [5] callprepare plus (byte) '0' (byte) 7 -- _stackpushword_=vbuc1
|
||||
lda #0
|
||||
pha
|
||||
lda #<7
|
||||
pha
|
||||
|
Loading…
x
Reference in New Issue
Block a user