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/ExamplePowerPC.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Examples/ExamplePowerPC.S') diff --git a/Examples/ExamplePowerPC.S b/Examples/ExamplePowerPC.S index 82d2ca6..9615fe8 100644 --- a/Examples/ExamplePowerPC.S +++ b/Examples/ExamplePowerPC.S @@ -1,3 +1,5 @@ +; you you can never say! + b 0x1000 mflr r21 mtlr r21 -- cgit v1.2.3