0 Members and 1 Guest are viewing this topic.
#ifdef WINDOWS#define PSEP "\\"#else#define PSEP "/"#endif
EDIT: ok, so I just finished getting includes to work, the assembler will now include files with relative paths using these syntax's:Code: [Select]#include "file.inc"#INCLUDE "file.inc".include "file.inc".INCLUDE "file.inc"any that I forgot?I'm going to get rid of commented lines next
#include "file.inc"#INCLUDE "file.inc".include "file.inc".INCLUDE "file.inc"