title: "Nop" description: TRSE built-in method (from IDE help)
Nop
Systems: X16,C128, C64, MEGA65, PLUS4, VIC20, PET, NES, OK64, ATARI2600, APPLEII, SNES, ORIC, BBCM, ACORN, ATARI800, AMSTRADCPC, VZ200 , X86, M1ARM, AMIGA, ATARI520ST, M6809, Z80, Z180
Parameters: n
Nop( [number] );
- [number] - Inserts this number of nop instructions.
Description
Inserts [parameter 1] amount of "nop".
Example
nop(3); // the same as asm (" nop nop nop ");