summary refs log tree commit diff
path: root/hello.kmd
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-14 23:57:49 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-14 23:57:49 +0100
commit791ac123496aa875685187d01843e0c2d1aec9f2 (patch)
tree5f89180f6076f32ea2d68a131fcc56dd89e05632 /hello.kmd
downloadkomodo-791ac123496aa875685187d01843e0c2d1aec9f2.tar.gz
komodo-791ac123496aa875685187d01843e0c2d1aec9f2.tar.bz2
komodo-791ac123496aa875685187d01843e0c2d1aec9f2.zip
Initial commit
Diffstat (limited to 'hello.kmd')
-rw-r--r--hello.kmd14
1 files changed, 14 insertions, 0 deletions
diff --git a/hello.kmd b/hello.kmd
new file mode 100644
index 0000000..e908993
--- /dev/null
+++ b/hello.kmd
@@ -0,0 +1,14 @@
+KMD
+00000000: EA000001    ;     B main
+00000004: 48 45 4C 4C ; hello DEFB "HELLO\n",0
+00000008: 4F 0A 00    ; 
+0000000B:             ; 
+0000000C:             ;     ALIGN
+0000000C: E24F0010    ; main ADR R0, hello
+00000010: EF000003    ;     SWI 3
+00000014: EF000002    ;     SWI 2
+00000018:             ; 
+
+Symbol Table: Labels
+: hello                             00000004  Local -- ARM
+: main                              0000000C  Local -- ARM