Browse Source

add byte literals to asm syntax design document

pull/5/head
Murad 2 years ago
parent
commit
a169a88727
Signed by: foxpy GPG Key ID: 78BE32418B0C8450
  1. 13
      ASM-SYNTAX.md

13
ASM-SYNTAX.md

@ -12,11 +12,18 @@ it does not seem like a trivial task. Sue me.
``` ```
asm asm
instructions expressions
instructions expressions
expression
expression '\n' expressions
expression
instruction instruction
instruction '\n' instructions byte-literal
byte-literal
'BYTE' digit(0, 255)
instruction instruction
mov mov

Loading…
Cancel
Save