From a169a88727d9af3e009f4a194910c1a343f942af Mon Sep 17 00:00:00 2001 From: Murad Date: Mon, 7 Feb 2022 13:50:41 +0300 Subject: [PATCH] add byte literals to asm syntax design document --- ASM-SYNTAX.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ASM-SYNTAX.md b/ASM-SYNTAX.md index c9d9adf..59d98ea 100644 --- a/ASM-SYNTAX.md +++ b/ASM-SYNTAX.md @@ -12,11 +12,18 @@ it does not seem like a trivial task. Sue me. ``` asm - instructions + expressions -instructions +expressions + expression + expression '\n' expressions + +expression instruction - instruction '\n' instructions + byte-literal + +byte-literal + 'BYTE' digit(0, 255) instruction mov