From f1de771d882ae3848b500b6f558f7307b740b3cd Mon Sep 17 00:00:00 2001 From: ryo Date: Mon, 30 Dec 2024 16:15:09 +0000 Subject: Initial commit --- demos/add.asm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 demos/add.asm (limited to 'demos/add.asm') diff --git a/demos/add.asm b/demos/add.asm new file mode 100644 index 0000000..0185625 --- /dev/null +++ b/demos/add.asm @@ -0,0 +1,11 @@ + ORG 30 + LDA X I + ADD Y /simple comment + STA S / another one + HLT + +X, HEX 1A +Y, DEC -23 +S, DEC 0 + + END -- cgit v1.2.3