rhea/assets/examples/inline.rhea

10 lines
124 B
Plaintext

func main() {
asm {
jmp r0, start
start:
jmp r0, start
}
opcode {
01
}
}