z80playground / cpm-fat

CP/M for the Z80 Playground that runs on the FAT disk format
GNU General Public License v3.0
20 stars 9 forks source link

24 xor #73

Closed skx closed 2 years ago

skx commented 2 years ago

Replaced ld a,0 with xor a, which is a byte shorter.

This closes #24.