View Single Post
Old 3rd Aug 2020, 1:39 pm   #112
dominicbeesley
Octode
 
dominicbeesley's Avatar
 
Join Date: Nov 2004
Location: Hebden Bridge, West Yorkshire, UK.
Posts: 1,885
Default Re: SC/MP timing and microcode information

Code:
  LDI #8		//opcode for NOP
  ST  0(P0)
  ..			// 8 bytes worth of stuff
  XPPC P3		// this will be overwritten with nop on subsequent passes but will be preserved on first pass
  ...			// other stuff to do on subsequent passes
Something like the above?
dominicbeesley is online now