14 lines
393 B
Diff
14 lines
393 B
Diff
# Trampoline segment
|
|
# Pushes and returns to 0x116b
|
|
#3f80 : 48C7C00100000048C7C70100000048C7C68007000048C7C20D0000000F05686B110000C3
|
|
# No syscall
|
|
1190 : 48C7C00100000048C7C70100000048C7C6C011000048C7C20D000000686B110000C3
|
|
|
|
# String data to print from trampoline instruction
|
|
11C0 : "Hello, World!"
|
|
|
|
# Initial jump to trampoline
|
|
#1160 : 6880060000C3
|
|
#1160 : 6890110000C3
|
|
|
|
2004 : "Hello, Patch!"
|