Open mlouielu opened 7 years ago
Maybe somehow we can generate bytecode, and run from bytecode? without assemble_from_file.
assemble_from_file
At present, as.c is actually a parser and evaluator rather than a functioned assembler. We would better generate real bytecode / machine code accordingly.
as.c
And load/store the bytecode from/to ELF formatted files?
Maybe somehow we can generate bytecode, and run from bytecode? without
assemble_from_file
.