mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 02:26:59 +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
|
gcc -fPIC -shared -o my_square.so function.S
|
||||||
|
https://realpython.com/python-bindings-overview/#python-bindings-overview
|
||||||
*/
|
*/
|
||||||
.p2align 2
|
.p2align 2
|
||||||
.text
|
.text
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue