OK, I learned something this morning (thanks traumatic), even tho it was staring me right in the face all this time but I haven't been interested in ASM until lately.
I now know that using the /COMMENTED switch will provide FASM for the PB code being compiled. But...is it possible to take FASM code and get the PB code for the FASM?
ASM - PB code - and /COMMENTED switch
Re: ASM - PB code - and /COMMENTED switch
You mean like a reverse compilation? "ASM-to-PureBasic"? No.
I also doubt it would make much sense (but that's just me).
The /COMMENTED switch was introduced to let the programmer
manualy optimize the generated ASM code (and - as a positive
side effect - to be able to learn from the code).
I also doubt it would make much sense (but that's just me).
The /COMMENTED switch was introduced to let the programmer
manualy optimize the generated ASM code (and - as a positive
side effect - to be able to learn from the code).
Good programmers don't comment their code. It was hard to write, should be hard to read.
Re: ASM - PB code - and /COMMENTED switch
Yes! thats exactly what I mean - reverse compilation (or would it be de-compilation?). Just thought i'd ask. Thanks folks 
traumatic wrote:You mean like a reverse compilation? "ASM-to-PureBasic"? No.
I also doubt it would make much sense (but that's just me).
The /COMMENTED switch was introduced to let the programmer
manualy optimize the generated ASM code (and - as a positive
side effect - to be able to learn from the code).


