From bdedf1ec96cd4ea41f32794ebb37279e0737934c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:42:17 +0100 Subject: cc: Striving to be ANSI C compliant now. Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> --- Examples/ExampleCDialect.S | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Examples/ExampleCDialect.S') diff --git a/Examples/ExampleCDialect.S b/Examples/ExampleCDialect.S index f1ed8fe..1937907 100644 --- a/Examples/ExampleCDialect.S +++ b/Examples/ExampleCDialect.S @@ -1,16 +1,17 @@ # Path: Examples/ExampleCDialect.c -# Language: MultiProcessor Assembly (Generated from C) +# Language: 64x0 Assembly (Generated from ANSI C) # Build Date: 2024-3-27 -dword export .text main +dword export .code64 main lda r2,0x1000 - lda r12, import __MPCC_IF_PROC_462562513200 + lda r12, import __MPCC_IF_PROC_794870926384 #r12 = Code to jump on, r11 right cond, r10 left cond. beq r10, r11, r12 -dword export .text __MPCC_IF_PROC_462562513200 +dword export .code64 __MPCC_IF_PROC_794870926384 + ldw r19, r2 -- cgit v1.2.3