From 24c328db90627881d7c293e1ba481c6bd96e31da Mon Sep 17 00:00:00 2001 From: ryo Date: Mon, 30 Dec 2024 16:11:32 +0000 Subject: Initial commit --- demo/prog.asm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 demo/prog.asm (limited to 'demo/prog.asm') diff --git a/demo/prog.asm b/demo/prog.asm new file mode 100644 index 0000000..ed55b56 --- /dev/null +++ b/demo/prog.asm @@ -0,0 +1,8 @@ +ORG 50 +LDA A +ADD B +STA C +HLT +A, DEC 8 +B, DEC 3 +C, DEC 0 -- cgit v1.2.3