power/README.md

7 lines
301 B
Markdown
Raw Normal View History

2016-06-05 14:44:32 +00:00
Power
=====
This is an example of using functions in x86 assembly on a 64-bit Linux
machine. The original source was from [this book](http://mirrors.fe.up.pt/pub/nongnu//pgubook/ProgrammingGroundUp-1-0-booksize.pdf).
However, the book was written for 32-bit computers, not 64-bit, so I
updated this.