Skip to content

title: "Loop" description: TRSE built-in method (from IDE help)


Loop

Systems: X16,C64, MEGA65, PLUS4, C128, VIC20, PET, NES, OK64, ATARI2600, APPLEII, SNES, ORIC, BBCM, ACORN, ATARI800, Amiga, ATARI520ST, PX86, Z80, Z180, M6809
Parameters:


Loop();

Description

Performs an infinite loop (and halts the system).

Example

Loop(); // same as asm(" jmp * ");