ncatelli / spasm

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

Origin should not leak to backend #114

Open ncatelli opened 3 years ago

ncatelli commented 3 years ago

The preparser origin construct should exist only in the preparser, and should emit the equivalent of a basic block. The backend should see a list of numbered basic blocks and a symbol map only.