"format ELF executable 3" makes an x86 executable
"format ELF64 executable 3" makes an x64 executable
But how can I make an x32 (x64 with 32-bit pointers) executable?
p.s. What does "3" mean after "executable" in these lines?
"format ELF executable 3" makes an x86 executable
"format ELF64 executable 3" makes an x64 executable
But how can I make an x32 (x64 with 32-bit pointers) executable?
p.s. What does "3" mean after "executable" in these lines?
Copyright © 2021 Jogjafile Inc.
The answer is there: https://board.flatassembler.net/topic.php?p=195644
p.s. In can be made by fasmg: