diff options
Diffstat (limited to 'Examples/ExampleCDialect.S')
| -rw-r--r-- | Examples/ExampleCDialect.S | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Examples/ExampleCDialect.S b/Examples/ExampleCDialect.S new file mode 100644 index 0000000..f1ed8fe --- /dev/null +++ b/Examples/ExampleCDialect.S @@ -0,0 +1,22 @@ +# Path: Examples/ExampleCDialect.c +# Language: MultiProcessor Assembly (Generated from C) +# Build Date: 2024-3-27 + +dword export .text main + + + lda r2,0x1000 + + lda r12, import __MPCC_IF_PROC_462562513200 + #r12 = Code to jump on, r11 right cond, r10 left cond. + beq r10, r11, r12 +dword export .text __MPCC_IF_PROC_462562513200 + + + ldw r19, r2 + jlr + + + ldw r19, 57 + jlr + |
