aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/insns
AgeCommit message (Expand)AuthorFilesLines
1997-05-30Add assembler information to igen input files.Andrew Cagney1-121/+247
1997-05-29Fix subu immed - was incorrectly using unsigned.Andrew Cagney1-1/+1
1997-05-19Make getpid, kill supported system callsMichael Meissner1-0/+19
1997-05-19o Implement generic halt/restart/abort module.Andrew Cagney1-54/+55
1997-05-16o Make tic80 insn file more `cache ready'Andrew Cagney1-165/+167
1997-05-15Remove some of the flake from the c80 floating point.Andrew Cagney1-11/+37
1997-05-15Fix double conversion problem.Andrew Cagney1-38/+31
1997-05-15Passify gcc's warnings.Andrew Cagney1-1/+1
1997-05-13Make sure r0 == 0; Return EINVAL for system calls that are defined but not pr...Michael Meissner1-0/+26
1997-05-13Remove ANNULed cycle - was confusing gdb.Andrew Cagney1-32/+35
1997-05-12Fix ld/st tracingMichael Meissner1-2/+2
1997-05-12c80 simulator fixes.Andrew Cagney1-18/+22
1997-05-12Fix endian problems with ld.d/st.dMichael Meissner1-2/+8
1997-05-11Fix shift/lmo insns; Subu does arithmetic unsignedMichael Meissner1-23/+12
1997-05-10And short immediate instructions use unsigned immediates, not signed.Michael Meissner1-4/+4
1997-05-09Fix xor in simulatorMichael Meissner1-2/+2
1997-05-09Make cmp produce the correct resultsMichael Meissner1-18/+15
1997-05-08Really fix the bbo/bbz instructions.Michael Meissner1-2/+4
1997-05-08reverse bit number for bbo/bbz instructions.Michael Meissner1-2/+2
1997-05-08Fix non-anulled calls so that return address is correctMichael Meissner1-2/+2
1997-05-07o Clean-up tic80 fp tracingAndrew Cagney1-229/+251
1997-05-06Add semantic tracing to the tic80Michael Meissner1-128/+170
1997-05-05Add flakey floating-point support to the TI c80 simulator.Andrew Cagney1-51/+265
1997-05-02o Add core and event objects into simulatorAndrew Cagney1-55/+55
1997-04-30Add Tick shift insnAndrew Cagney1-11/+103
1997-04-29Numerous fixes.Andrew Cagney1-48/+73
1997-04-24Enable more instructions.Andrew Cagney1-162/+210
1997-04-23More Tic80 instructions.Andrew Cagney1-231/+322
1997-04-22TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.Andrew Cagney1-0/+610