|
|
|
|
|
by 2ton_jeff
3195 days ago
|
|
Start simple and hook fasm in with a "normal" gcc/g++ project... I wrote a page[0] ages ago on integrating C/C++ with the HeavyThing library and a good portion of that has nothing to do with my library specifically and is a great starting point to mess around with assembler on a Linux platform. The only other pointer is the "call PLT" format for calling externally linked functions from inside your fasm objects but that is the only tricky bit IMO. https://2ton.com.au/rants_and_musings/gcc_integration.html |
|
I could combine this with viewing gcc's assembly output, as well!
Thanks :D
Edit: This page is ridiculously comprehensive. Wow.