From ef4e8c20719822eebd6318a878cc37902c2b85a5 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Mon, 31 Mar 2025 19:27:55 +0300 Subject: pc thing --- code/hi.a | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 code/hi.a (limited to 'code/hi.a') diff --git a/code/hi.a b/code/hi.a new file mode 100644 index 0000000..62b1db8 --- /dev/null +++ b/code/hi.a @@ -0,0 +1,11 @@ +start: + mov a 1 + mov b 1 + mov c [helloworld] + sys + halt + +helloworld: +.str "Hello, World!" +.hex 0xA +.hex 0 \ No newline at end of file -- cgit 1.4.1-2-gfad0