10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
func main() {
|
|
asm {
|
|
jmp r0, start
|
|
start:
|
|
jmp r0, start
|
|
}
|
|
opcode {
|
|
01
|
|
}
|
|
} |