python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Writing and linking shared libraries in assembly 32-bit
I am currently learning assembler for x86 with att syntax. Over the past time I have already written exercise programs without dependencies. Now I wanted to try writing a shared shared-library, as thi...
Cediwelli
Votes: 0
Answers: 1
Creating and uploading PIC in GCC
Suppose I wish to create position independent code which will be dynamically loaded by a MCU.
GCC allows for compiling PIC but I am unsure what the process is to get the final binary output.
To clarif...
FourierFlux
Votes: 0
Answers: 0