mras0 / sasm

Self-hosting Real Mode x86 Assembler
MIT License
33 stars 3 forks source link

Bug in cmdp.asm #2

Closed nkiiskin closed 3 weeks ago

nkiiskin commented 1 month ago

Should line 29 in cmdp.asm be?:

rep stosb

instead of

rep movsb

Thank you!

mras0 commented 1 month ago

Good catch! Yes, it should.

Doesn't look like anything actually depends on the BSS being cleared, but good to get fixed none the less.

Thanks!