0 Members and 1 Guest are viewing this topic.
ld c,11h dec hl inc h inc lfillloop: ld b,afillloopinner: out (c),e out (c),d djnz fillloopinner dec l jr nz,fillloop dec h jr nz,fillloop ret
Yes i plan on writing 1 more function before releasing it for testing and stuff.The code will be available to Kerm so this time the same codebase will be present in xLIB and DCS, which should take care of any compatibility issues.