Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes more c-torture problems.
|
|
"add imm,dn".
Fixes a half-dozen (of several hundred :( c-torture failures.
|
|
main(){write (0, "hello world\n", 13);} works!
|
|
pointer in "call" and "calls" instructions. Rough cut
at emulated system calls.
|
|
Everything except the extended instructions, the loop instructions,
trap, rti, and rtm.
|
|
|
|
Moving right along...
|
|
abort for instructions we're not implementing now.
|
|
Implments most instructions with first nibble 0x0 - 0xe and
those with the first byte 0xf0 - 0xf2.
|
|
Function calls and conditional branches work!
|
|
(REG_MDR): Define.
* simops.c: Implement "cmp", "calls", "rets", "jmp" and
a few additional random insns.
We can now function calls. We get out of crt0 into main now, then lose
when calls are nested (because don't handle movm yet).
|
|
(REG_D0, REG_A0, REG_SP): Define.
* simops.c: Implement "add", "addc" and a few other random
instructions.
Starting to simulate instructions for the mn10300. Executes some of
the crt0 code now!
|
|
* gencode.c, interp.c, mn10300_sim.h, simops.c: New files.
Skeleton mn10300 simulator
|