GCC manual says that -m32
"generates code that runs on any i386 system". Assume I want to write a function that swaps the bytes of a 32 bit number:
.text
.globl SwapBytes
.type SwapBytes, @function
SwapBytes:
pushl
GCC manual says that -m32
"generates code that runs on any i386 system". Assume I want to write a function that swaps the bytes of a 32 bit number:
.text
.globl SwapBytes
.type SwapBytes, @function
SwapBytes:
pushl