Added Commandline Support.
authorD.Venkatasubramanian <dvenkat@noida.hcltech.com>
Thu, 20 Mar 2003 06:00:25 +0000 (06:00 +0000)
committerD.Venkatasubramanian <dvenkat@noida.hcltech.com>
Thu, 20 Mar 2003 06:00:25 +0000 (06:00 +0000)
commitd1360fb06a436e35055a0f42a1d1cf7b70a3d40b
tree5212704a8ddacb65f24286c26d5ed9156df47006
parentbef85dc6ef238a6ef6af3a895fd5c033ccfee764
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
This page took 0.025482 seconds and 4 git commands to generate.