mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 21:53:45 -04:00
5 lines
55 B
NASM
Generated
5 lines
55 B
NASM
Generated
infiniteLoop:
|
|
jmp main
|
|
main:
|
|
jmp infiniteLoop
|
|
|