diff options
Diffstat (limited to 'hello.s')
-rw-r--r-- | hello.s | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hello.s b/hello.s deleted file mode 100644 index 0349994..0000000 --- a/hello.s +++ /dev/null @@ -1,7 +0,0 @@ - B main -hello DEFB "HELLO\n",0 - - ALIGN -main ADR R0, hello - SWI 3 - SWI 2 |