mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:26:46 +08:00
missed one
This commit is contained in:
parent
90824c36ba
commit
c67f16b7b4
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
/*
|
||||
gcc -fPIC -shared -o my_square.so function.S
|
||||
https://realpython.com/python-bindings-overview/#python-bindings-overview
|
||||
*/
|
||||
.p2align 2
|
||||
.text
|
||||
|
|
|
|||
Loading…
Reference in a new issue