From 0b81224b6ab8cd6da45039525962c6490ed2df56 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 14 Dec 2019 23:58:01 -0500 Subject: We now have keyboard support!!! I also added the WAI instruction, which puts the thread that executed it, into a catatonic stat, where it can't do anything, until an interrupt occurs. I will be starting work on GFsuX next. I also might start work on SuBAsm, the Sux Bootstrapping Assembler. --- test/hello-world.s | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/hello-world.s') diff --git a/test/hello-world.s b/test/hello-world.s index 465583c..9138bc7 100644 --- a/test/hello-world.s +++ b/test/hello-world.s @@ -6,6 +6,11 @@ string: .byte "Hello, world!\n" +; Text buffer. +.org $2000 +buffer: + + ; Get CPU into a known state. .org $0 reset: -- cgit v1.2.3-13-gbd6f