Browse Source

zasm: allow expression in .db

pull/10/head
Virgil Dupras 5 years ago
parent
commit
40d5530666
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apps/zasm/directive.asm

+ 1
- 1
apps/zasm/directive.asm 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:


Loading…
Cancel
Save