HelloSilicon icon indicating copy to clipboard operation
HelloSilicon copied to clipboard

incorrect `chapter4::printword.s` assembly program

Open aj-2000 opened this issue 4 months ago • 0 comments

Lines 21–23 are not required or were added by mistake, causing the program to output an incorrect string. If we remove these three lines, the program works as expected.

Expected: 0x123456789ABCDEFG Actual: 0x1234FEDC4F5D6E3A

I am very new to assembly; please let me know if I'm wrong somewhere.

aj-2000 avatar Feb 04 '24 12:02 aj-2000