mass icon indicating copy to clipboard operation
mass copied to clipboard

ELF64 Support Module

Open grassator opened this issue 4 years ago • 2 comments

Mass should have a standard module that allows to write (and read?) ELF executables. This should not be part of the compiler but rather written in the language itself.

grassator avatar Jul 08 '21 02:07 grassator

For fun (and maybe to learn something about ELF or rather about its implementation in Linux): https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html

dumblob avatar Jan 30 '22 15:01 dumblob

@dumblob Thank you for sharing. It is not really relevant, but that is my bad for not specifying that it will be Elf64, not the 32-bit version, which has some extra requirements.

grassator avatar Jan 31 '22 08:01 grassator