|
|
|
|
|
by lmitchell
3014 days ago
|
|
I dunno, I find it pretty easy to understand... seems like the main instruction loop is in tvm.c, in the function tvm_vm_run(), which is exactly the first place I looked and seems totally sensible to me. for (; vm->prog->instr[*instr_idx] != -0x1; ++(*instr_idx))
tvm_step(vm, instr_idx);
|
|
[1] https://github.com/spc476/mc6809 [2]
[2] Yes, it lacks a README. I know.