ncatelli / spasm

An experimental multi-target assembler.
Apache License 2.0
4 stars 0 forks source link

Begin implementing a primitive type system #101

Open ncatelli opened 3 years ago

ncatelli commented 3 years ago

The preparser has a very very limited number of sized values that it can interact with. It would be worthwhile to start looking at how this can be extended and how the preparser can begin communicating values rather than directly through symbols, labels and origins.