mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-09-10 19:17:52 -04:00
5 lines
55 B
NASM
Generated
5 lines
55 B
NASM
Generated
infiniteLoop:
|
|
jmp main
|
|
main:
|
|
jmp infiniteLoop
|
|
|