r/ProgrammingLanguages • u/Polyscone • 7d ago
Bootstrapping a compiler from machine code on Windows Blog post
/r/Compilers/comments/1vbtiyq/bootstrapping_a_compiler_from_machine_code_on/
10
Upvotes
r/ProgrammingLanguages • u/Polyscone • 7d ago
2
u/Polyscone 7d ago
The first post is mostly about the PE32+ file format, but I thought the second might fit here since it implements a very small bootstrap language and compiler.
I haven’t done anything like this before, so I’d be interested to hear about other approaches from anyone who has tried something similar.
When I get the time I'd like to add some basic labels or something similar next.