From 24c328db90627881d7c293e1ba481c6bd96e31da Mon Sep 17 00:00:00 2001 From: ryo Date: Mon, 30 Dec 2024 16:11:32 +0000 Subject: Initial commit --- demo/out.asm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 demo/out.asm (limited to 'demo/out.asm') diff --git a/demo/out.asm b/demo/out.asm new file mode 100644 index 0000000..6087df7 --- /dev/null +++ b/demo/out.asm @@ -0,0 +1,7 @@ + ORG 47 + LDA CHR +LOUT, SKO + BUN LOUT + OUT + HLT +CHR, HEX 43 -- cgit v1.2.3