summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExampleCDialect.S
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-03-29 21:38:50 +0100
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-03-29 21:39:07 +0100
commit246f2d12bf6a07c739c96f249a2b8e0202f4dc72 (patch)
tree6cb6015e9373269b4882af7e3e5550f0d6508c67 /Examples/ExampleCDialect.S
parent3451e9187881684ef2a6f99a707ad74f4d4a2e3b (diff)
CodeTools: See below.
- Fix 64x0 assembler stw and ldw instructions and force usage of :UndefinedSymbol: - Linker :boom: changes, update container format and ABIs. Authored by Amlal El Mahrouss. Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'Examples/ExampleCDialect.S')
-rw-r--r--Examples/ExampleCDialect.S19
1 files changed, 3 insertions, 16 deletions
diff --git a/Examples/ExampleCDialect.S b/Examples/ExampleCDialect.S
index 1937907..46982d5 100644
--- a/Examples/ExampleCDialect.S
+++ b/Examples/ExampleCDialect.S
@@ -1,23 +1,10 @@
# Path: Examples/ExampleCDialect.c
# Language: 64x0 Assembly (Generated from ANSI C)
-# Build Date: 2024-3-27
-
-dword export .code64 main
-
+# Build Date: 2024-3-29
+dword export .code64 __start
lda r2,0x1000
- lda r12, import __MPCC_IF_PROC_794870926384
- #r12 = Code to jump on, r11 right cond, r10 left cond.
- beq r10, r11, r12
-dword export .code64 __MPCC_IF_PROC_794870926384
-
-
-
- ldw r19, r2
- jlr
-
-
- ldw r19, 57
+ ldw r19, 57
jlr