SETQ - Quick question for Chip
Cluso99
Posts: 18,069
in Propeller 2
Chip,
Just wanted to confirm this is OK to do...
ie the setq may not be immediately before the rdlong
Just wanted to confirm this is OK to do...
if_e setq #len1-1 if_ne setq #len2-1 rdlong cog0,hubptr
ie the setq may not be immediately before the rdlong
Comments
So no non-executed instructions can intervene.