OSDN Git Service

Added Commandline Support.
authorvenkat <venkat>
Thu, 20 Mar 2003 06:00:25 +0000 (06:00 +0000)
committervenkat <venkat>
Thu, 20 Mar 2003 06:00:25 +0000 (06:00 +0000)
commit7022b1adc18be11a433b1e3061d36d34642ac82e
tree1be9bcc9c53e9cd7dd816ca273d4af48aa8a7278
parenta904d09991791e9db801222c20eb165776574a37
Added Commandline Support.
2003-03-20  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>

        * compile.c (cmdline_location): Added function to
        return 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_command_line for
        storing pointer to Commandline array.
sim/h8300/ChangeLog
sim/h8300/compile.c
sim/h8300/inst.h