summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExampleCDialect.S
blob: 9d90d46bdc6ab9b2686674de15a5a21ccd814782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; Path: Examples/ExampleCDialect.cc
; Language: MPCC assembly. (Generated from C++)
; Date: 2024-5-14

#bits 64

#org 0x1000000

export .code64 __MPCC_int___ImageStart
mov r8, 0

mov r9, 36
mov rax, r8
ret