title: "Loop" description: TRSE built-in method (from IDE help)
Loop
Systems: GAMEBOY, AMSTRADCPC, VZ200 , Z80, Z180
Parameters: —
Loop();
Description
Performs an infinite loop (and halts the system).
Example
Loop();
// same as
asm(" jmp * ");