Here are the results. Are these typical?
375 KHzCode:start: pauseus 1 toggle portd.1 goto start
1 MHzCode:start: toggle portd.1 goto start
This does nothingCode:start: Portb.1 = ! Portb.1 goto start
3 MHzCode:start: portd.1=1 portd.1=0 goto start
Bookmarks