1
0

Implement HARDWARE sytem variable

This commit is contained in:
otya128
2016-12-16 23:04:17 +09:00
parent 97d057aabc
commit e106374bb6
3 changed files with 16 additions and 0 deletions

View File

@@ -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)
{