瀏覽代碼

zasm: allow expression in .db

pull/10/head
Virgil Dupras 5 年之前
父節點
當前提交
40d5530666
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      apps/zasm/directive.asm

+ 1
- 1
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:


Loading…
取消
儲存