hackclub / some-assembly-required

📖 An approachable introduction to Assembly.
Other
3.2k stars 140 forks source link

Typos #49

Closed dcbrewster closed 2 years ago

dcbrewster commented 2 years ago

Page: https://github.com/hackclub/some-assembly-required/tree/main/guide/writing-code)/data.md 65 in assembly is 01000001 and not 0010001

Page: some-assembly-required/blob/main/guide/writing-code/registers.md 64-bit registers can hold up to a whopping ... Should read: 64-bit registers can hold a number up to a whopping ...

bellesea commented 2 years ago

Hi @dcbrewster ooo thank you!! would you like to make a PR to fix these typos?

jessicard commented 2 years ago

@dcbrewster Nice catch! Thanks for the PR. This issue is closed by https://github.com/hackclub/some-assembly-required/pull/52.