marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Compiled files should include list of external signatures #130

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Compiled files should include a list of signatures of external functions used in program - this would provide disassembler with a way of generating code that could be reassembled.

Currently, assembler output does not include information about signatures of external functions that appeared in source code which prevents the disassembler from including them in disassembly so disassembled source code must be fixed manually if it is to be reassembled.

marekjm commented 8 years ago

Closed by 348a5fd45832ee8fe53c8021ecd514b6aa947bd8