CSpect changes
- "Trace" text was still being drawn when window is too small.
- "POKE" debugger command added
- "New timings added to enhanced instructions
- swapnib - 8Ts
- mul - 8Ts
- add hl,a - 8Ts
- add de,a - 8Ts
- add bc,a - 8Ts
- add hl,$0000 - 16Ts
- add de,$0000 - 16Ts
- add bc,$0000 - 16Ts
- outinb - 16Ts
- ldix - 16Ts
- ldirx - 21Ts
- lddx - 16Ts
- lddrx - 21Ts
- ldpirx - 16Ts
- ldirscale - 21Ts (still not on the hardware yet)
- mirror a - 8Ts
- mirror de - 8Ts
- push $0000 - 19Ts
- nextreg reg,val - 16Ts
- nextreg reg,a - 12Ts
- pixeldn - 8Ts
- pixelad - 8Ts
- setae - 8Ts
- test $00 - 11Ts
SNasm changes (V2.0.9)
- Updated error message format so Sublime text likes it more
- DJNZ no longer throws errors on pass 1 (forward ref labels)
- DJNZ and JR now report the correct line numbers on error
- Fixed CP ‘a’ where character was being upper cased
- Added “ALIGN <expression>” command for aligning tables and code to boundaries
- Can now define a symbol on the command line (see manual) : -d SYM[=VALUE]