asm80 / asm80-node

ASM80 is the assembler for old 8bit CPUs. This is a standalone version for Node.js
http://www.asm80.com
MIT License
21 stars 6 forks source link

Some characters in single quoted strings cause problems #6

Closed jamesots closed 6 years ago

jamesots commented 7 years ago

If I write a string using single quotes, certain characters cause problems, such as command and semicolon. For example, neither of these work:

  db 'hello, sir'
  db 'tl;dr'

If I put the strings in double quotes then it works fine.

maly commented 6 years ago

Fixed in commit 413d721