Justin Schumacher wrote: > There is no "ld a,a+1", if you want to add 1 to a, then do "inc a".. > There's also no 'z' register so you cannot do "ld z,255" What do you mean inc a, does that add one to a? And how do I get it to do jp z, lbl, what is z set at?