TX-2 / TX-2-simulator

Simulator for the pioneering TX-2 computer
https://tx-2.github.io/
MIT License
21 stars 2 forks source link

Support use of default-defined RC-words in assembler symbol table #110

Open jamesyoungman opened 1 year ago

jamesyoungman commented 1 year ago

If you use a symbolic name as an address without providing a definition, the assembler doesn't allocate an RC-word for it even though it should.

Instead you get unimplemented!("should assign an RC-word here")

See section 6-2.2 of the User Handbook for a description of how this is supposed to work.