Intel Backend for Custom Assembler

Intel Backend for Custom Assembler

Intel Backend for Custom Assembler

Upwork

Upwork

Remoto

18 hours ago

No application

About

I have a custom assembler that needs an intel backend implemented. No llvm. Right now it is opening, reading, writing , and closing files. It is a different kind of assembler. Normal assemblers are section based. Seedling is scope based. The scope is tied to labels with sections as the body to a scopes label. It needs to output binary and object code so that ld can link into either a elf/exe. I have a -b flag in the main function which would be the flag for this backend. I need the encode functions that map properly into intel opcodes.