Implement HARDWARE sytem variable
This commit is contained in:
@@ -227,6 +227,7 @@ class Compiler
|
||||
addSystemVariable("FREEMEM", new FreeMem());
|
||||
addSystemVariable("TABSTEP", new TabStep());
|
||||
addSystemVariable("RESULT", new Result());
|
||||
addSystemVariable("HARDWARE", new Hardware());
|
||||
}
|
||||
void addSystemVariable(wstring name, SystemVariable var)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user