zasm: allow expression in .db

This commit is contained in:
Virgil Dupras 2019-05-17 17:21:49 -04:00
parent 556be3f0ce
commit 40d5530666
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ handleDB:
ld hl, scratchpad
call enterDoubleQuotes
jr z, .stringLiteral
call parseLiteral
call parseExpr
ld a, ixl
call ioPutC
.stopStrLit: