diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-21 07:53:46 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-21 07:53:46 +0200 |
| commit | 0c44d8b4a0c738f122b9f3e5b8b719242bac5d50 (patch) | |
| tree | 283829d306621eb22f26d8fb31f7e91617a4a8ba /Examples/ExamplePowerPC.S | |
| parent | 9f70cd9ee219ce95573e25414e7a4d3cc0fe353e (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/ExamplePowerPC.S')
| -rw-r--r-- | Examples/ExamplePowerPC.S | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
