diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/motd | 4 | ||||
-rw-r--r-- | etc/oemu/test-00.s | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/motd b/etc/motd new file mode 100644 index 0000000..62718f4 --- /dev/null +++ b/etc/motd @@ -0,0 +1,4 @@ +::::::::::::::::::::::::::::::::::::::: +:: OSMORA GATEWAY ~ Every key echos :: +:: ..... Proceed with purpose ..... :: +::::::::::::::::::::::::::::::::::::::: diff --git a/etc/oemu/test-00.s b/etc/oemu/test-00.s index ca0094d..ccd7da1 100644 --- a/etc/oemu/test-00.s +++ b/etc/oemu/test-00.s @@ -12,4 +12,5 @@ some_label: ! X inc x1 ! ~ 0x00000018 add x2, #3 ! ~ 0x0000001C mrow x4, #0 ! ~ 0x00000020 - hlt ! ~ 0x00000024 + nop ! ~ 0x00000024 + hlt ! ~ 0x00000028 |