mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-25 00:16:44 +08:00
typo
This commit is contained in:
parent
d322e3850f
commit
80cc8c3e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ It is possible to call your assembly language code from Python. In fact,
|
||||||
it can be insanely easy. It can also be difficult. What differentiates
|
it can be insanely easy. It can also be difficult. What differentiates
|
||||||
the two are the arguments you need to pass.
|
the two are the arguments you need to pass.
|
||||||
|
|
||||||
Python stores data ina very different way than C and therefore assembly
|
Python stores data in a very different way than C and therefore assembly
|
||||||
language. All Python data types are objects, which for sets and dicts
|
language. All Python data types are objects, which for sets and dicts
|
||||||
can make things difficult and outside the scope of this book.
|
can make things difficult and outside the scope of this book.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue