philpax / skiron

Skiron is a basic 32-bit RISC-inspired CPU architecture.
MIT License
3 stars 1 forks source link

Assembler should enforce inclusion of `.text` section #44

Open philpax opened 7 years ago

philpax commented 7 years ago

Currently, if no .text section is found, program parsing assumes that the rest of the file is the entirety of the .text section. This is a bit of a hack, and the correct solution is to put the onus on the programmer.