From: Philipp K. <phi...@we...> - 2011-11-11 17:02:39
|
Hi, I would like to suggest to add a –cpu option to the command line flags of nasm (somewhat similar to GCCs –march option) where the user can specify the CPU type he is programming for. If the user uses an instruction that is not supported by the CPU, the assembler can warn about this. This can help to keep code running on old machines. What do you think about this? Philipp |