summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExamplePowerPC.S.pp
blob: 5eeb07fd7b66aeef9e8c8c18621f282639695123 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Path: Examples/ExamplePowerPC.S.pp
# Language: POWER Assembly
# Build Date: 2024-6-4

bl 0x1000


li r1, 0x500
mr r2, r1
sc
blr