// Constructor public GenCode() { Asm = new ARMAssemblerCode(); regAvailable = new bool[12]; stringConsts = new List <Tuple <string, string> >(); nextLabelNum = 1; nextStringNum = 1; resetRegs(); }
// Constructor public GenCode() { Asm = new ARMAssemblerCode(); regAvailable = new bool[12]; stringConsts = new List<Tuple<string,string>>(); nextLabelNum = 1; nextStringNum = 1; resetRegs(); }