SvarDOS / edrdos

fork of the EDR-DOS kernel and command interpreter
Other
14 stars 0 forks source link

Unofficial REPNZ MOVSB encoding F2 A4 used #64

Open boeckmann opened 4 days ago

boeckmann commented 4 days ago

https://github.com/SvarDOS/edrdos/blob/44f7d7c705d2b5a4905bffe5fff3bab71a1431c0/drdos/lfn.asm#L414

Should better be replaced by REP MOVSB.

boeckmann commented 4 days ago

the change was applied via commit 34a77a0