/**Jason Shilinski, Dante Papada AS03 to change the test file, look for instructions indicated by alot of *** */ #include #include #include using namespace std; /** TSTA tests accumulator A */ void TSTA (){ cout<<";-------------------------------------------------------------------"< means no tab is present in line if (text == "TSTA"){ TSTA (); }else if (text == "INCA"){ INCA (); }else if (text == "INCX"){ INCX (); }else if (text == "PUSHA"){ PUSHA(); }else if (text == "POPA"){ POPA(); }else if (text == "PUSHX"){ PUSHX(); }else if (text == "POPX"){ POPX(); }else if (text == "SAVE"){ SAVE(); }else if (text == "RESTORE"){ RESTORE(); }else cout<<"Not a recognized macro which lacks a parameter"<