zasm: allow expression in .db
This commit is contained in:
parent
556be3f0ce
commit
40d5530666
@ -32,7 +32,7 @@ handleDB:
|
|||||||
ld hl, scratchpad
|
ld hl, scratchpad
|
||||||
call enterDoubleQuotes
|
call enterDoubleQuotes
|
||||||
jr z, .stringLiteral
|
jr z, .stringLiteral
|
||||||
call parseLiteral
|
call parseExpr
|
||||||
ld a, ixl
|
ld a, ixl
|
||||||
call ioPutC
|
call ioPutC
|
||||||
.stopStrLit:
|
.stopStrLit:
|
||||||
|
Loading…
Reference in New Issue
Block a user