Sfoglia il codice sorgente

zasm: allow expression in .db

pull/10/head
Virgil Dupras 5 anni fa
parent
commit
40d5530666
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      apps/zasm/directive.asm

+ 1
- 1
apps/zasm/directive.asm Vedi 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…
Annulla
Salva