duncanmac99
duncanmac99
In the existing system, it is legal to specify "#include file", with no delimiters at all. One can add the command-line option '-Kr' to forbid that; if that appeared on...
If we are running under Windows/DOS, we may want to incorporate support for the Windows call "GetSystemDirectory". For more details: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724373(v=vs.85).aspx
If you do add arguments to enable such a function, you'll have to use different ones from the C pre-processor, as the '-M' argument is already in use by GPP...
However, the rest of the program expects regular (byte-size) characters, not wide characters. It would be possible to assemble it and not send back a wide character, but that would...