Try these three lines of asm code should give you 1 microsec delay @ 20 MHz. (Just experimenting with some simple asm code to break the ice)

Code:
@ goto	$+1
@ goto	$+1
@ nop
Al.