2003-02-22 D.Venkatasubramanian * compile.c: Added #define SET_CMDLINE_LOCATION to set the location of 8-bit (256 locations) where the Command Line arguments would be stored. (decode): Added a TRAP to 0xcc for Commandline processing using pseudo opcode O_SYS_CMDLINE. (sim_resume): Added handling of O_SYS_CMDLINE Trap. (sim_create_inferior): Setting a pointer to Commandline Args array. * inst.h: Added a new variable ptr_CommandLine for storing pointer to Commandline array.