mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-26 08:55:48 +00:00
No description
The supporting infrastructure includes a C program for reading a binary blob of x86 code and wrapping it in an ELF executable for Linux x86. Unsure about getting the data for other sections of the binary besides .text. |
||
|---|---|---|
| .gitignore | ||
| compiler.rb | ||
| cradle.rb | ||
| elfwriter.c | ||
| epilogue.asm | ||
| interpreter.rb | ||
| lea.asm | ||
| Makefile | ||
| min.asm | ||
| mov.asm | ||
| opcode.rb | ||
| prologue.asm | ||
| template.asm | ||
| test.code | ||
| test.rb | ||
| testi.code | ||
| testi.rb | ||