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

bl 0x1000


li r1, 0x500
mr r2, r1
sc
blr