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