Added new redim instructions to runtime

This commit is contained in:
n00b87
2024-04-22 02:37:09 -05:00
parent 96c8366a4b
commit a84cceb938
5 changed files with 282 additions and 15 deletions

View File

@@ -1271,6 +1271,10 @@ namespace rc_cbc_assembler
{
writeSegment(203);
}
else if(line_arg[0].compare("redim_top")==0)
{
writeSegment(208);
}
else
{
cout << "unrecognized cmd: " << line_arg[0] << endl;