summaryrefslogtreecommitdiffhomepage
path: root/Examples/Example64k.s
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-21 07:53:46 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-21 07:53:46 +0200
commit0c44d8b4a0c738f122b9f3e5b8b719242bac5d50 (patch)
tree283829d306621eb22f26d8fb31f7e91617a4a8ba /Examples/Example64k.s
parent9f70cd9ee219ce95573e25414e7a4d3cc0fe353e (diff)
MHR-4: bug fixes and improved POWER and 64k assembler.
- Error detection works on ppcasm again. - Fix compile_flags.txt for Zed. - Fix assembler messages inside 64asm and ppcasm. - Format source files according to clang-format. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Examples/Example64k.s')
-rw-r--r--Examples/Example64k.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/Example64k.s b/Examples/Example64k.s
new file mode 100644
index 0000000..b56003a
--- /dev/null
+++ b/Examples/Example64k.s
@@ -0,0 +1,3 @@
+mv r0, r3
+lda r19, 0x10000
+jlr