A manual delay should be as fast as asm if you have
defined no clear watchdogs to be inserted in code,
and configure the chip with watchdog off.
For something quicker you could set up a number of delaysCode:delay = 20 ... for count = 0 to delay next count
Waste four instructionsCode:Delaytwonops: @ nop @ nop return
Code:gosub waste ... waste: return
Bookmarks