Can HLA be modified to compile 32-bit DOS binaries?. I'm asking this because a 32-bit DOS environment is still important for, e.g, write low-level tech utilities that interact directly with hardware resources.
If this is not possible, should I use FASM ?
thanks.
HLA doesn't support DOS.
You'll need the DOS version of FASM (or NASM).