diff --git a/apps/zasm/directive.asm b/apps/zasm/directive.asm index 7578b2d..de1dcf4 100644 --- a/apps/zasm/directive.asm +++ b/apps/zasm/directive.asm @@ -32,7 +32,7 @@ handleDB: ld hl, scratchpad call enterDoubleQuotes jr z, .stringLiteral - call parseLiteral + call parseExpr ld a, ixl call ioPutC .stopStrLit: