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