Last change
on this file since 75 was
28,
checked in by sacerdot, 11 years ago
|
1) all the opcodes are there in ASM syntax
(but no labels, pseudo-instruction and similar ASM-level stuff)
2) assembly function (from ASM syntax to bytes) partially implemented
3) decode function (from bytes to ASM syntax) partially implemented
4) one-step execute function partially implemented
|
File size:
50 bytes
|
Line | |
---|
1 | all: |
---|
2 | ocamlbuild ASMInterpret.native |
---|
3 | |
---|
4 | .PHONY: all |
---|
Note: See
TracBrowser
for help on using the repository browser.