rhea/assets/examples/inline.rhea

10 lines
124 B
Plaintext
Raw Normal View History

2023-08-31 17:50:25 -05:00
func main() {
asm {
jmp r0, start
start:
jmp r0, start
}
opcode {
01
}
}