]>
Commit | Line | Data |
---|---|---|
f5f13c1d JL |
1 | Wed Nov 27 09:20:42 1996 Jeffrey A Law ([email protected]) |
2 | ||
de0dce7c JL |
3 | * simops.c: Implement the remaining 5, 6 and 7 byte instructions. |
4 | ||
ecb4b5a3 JL |
5 | * simops.c: Implement remaining 4 byte instructions. |
6 | ||
7 | * simops.c: Implement remaining 3 byte instructions. | |
2e35551c | 8 | |
f5f13c1d JL |
9 | * simops.c: Implement remaining 2 byte instructions. Call |
10 | abort for instructions we're not implementing now. | |
11 | ||
73e65298 JL |
12 | Tue Nov 26 15:43:41 1996 Jeffrey A Law ([email protected]) |
13 | ||
707641f6 JL |
14 | * simops.c: Implement lots of random instructions. |
15 | ||
1f3bea21 JL |
16 | * simops.c: Implement "movm" and "bCC" insns. |
17 | ||
92284aaa JL |
18 | * mn10300_sim.h (_state): Add another register (MDR). |
19 | (REG_MDR): Define. | |
20 | * simops.c: Implement "cmp", "calls", "rets", "jmp" and | |
21 | a few additional random insns. | |
22 | ||
73e65298 JL |
23 | * mn10300_sim.h (PSW_*): Define for CC status tracking. |
24 | (REG_D0, REG_A0, REG_SP): Define. | |
25 | * simops.c: Implement "add", "addc" and a few other random | |
26 | instructions. | |
b5f831ac JL |
27 | |
28 | * gencode.c, interp.c: Snapshot current simulator code. | |
29 | ||
05ccbdfd JL |
30 | Mon Nov 25 12:46:38 1996 Jeffrey A Law ([email protected]) |
31 | ||
32 | * Makefile.in, config.in, configure, configure.in: New files. | |
33 | * gencode.c, interp.c, mn10300_sim.h, simops.c: New files. | |
34 |