0 Members and 1 Guest are viewing this topic.
With default zoom, the line numbers, the code and the cursor aren't aligned properly (In Chrome and Opera). Changing the zoom will fix it, but has to be set back on other sites, so please fix this:
Well, the alignment of the cursor hasn't been working well for me.
It doesn't look as good, but at least it's not buggy.
xor a \ ld b,a \ sbc a,ixl \ ld ixl,a ld a,b \ sbc a,ixh \ ld ixh,a ld a,b \ sbc a,l \ ld l,a ld a,b \ sbc a,h \ ld h,a ld a,b \ sbc a,e \ ld e,a ld a,b \ sbc a,d \ ld d,a
Specifically it is the sbc a,l and sbc a,h that it is seeing as an unrecognised instruction. is it because of how you handled index registers? The opcodes for those are 8Dh and 8Ch, respectively.