Closed nkiiskin closed 3 weeks ago
Should line 29 in cmdp.asm be?:
rep stosb
instead of
rep movsb
Thank you!
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!
Should line 29 in cmdp.asm be?:
rep stosb
instead of
rep movsb
Thank you!