forked from pepper-org/pepperOS
5 lines
59 B
ArmAsm
5 lines
59 B
ArmAsm
bits 64
|
|
|
|
hello:
|
|
mov qword rax, 0xcafebabe
|
|
jmp hello |