From 735ba60b26bc604d04e4a67e2b4570c1a50eb035 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:25:00 +0200 Subject: PowerPC: Implement register support inside powerpc assembler. Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> --- Examples/ExamplePowerPC.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Examples/ExamplePowerPC.S') diff --git a/Examples/ExamplePowerPC.S b/Examples/ExamplePowerPC.S index 1f8bd21..02fa7c0 100644 --- a/Examples/ExamplePowerPC.S +++ b/Examples/ExamplePowerPC.S @@ -1 +1,4 @@ +# Sample program + +mr r0, r0 blr \ No newline at end of file -- cgit v1.2.3