From 0c44d8b4a0c738f122b9f3e5b8b719242bac5d50 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 21 Apr 2024 07:53:46 +0200 Subject: 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 --- Examples/Example64k.s | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Examples/Example64k.s (limited to 'Examples/Example64k.s') 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 -- cgit v1.2.3