cbh2000 / lc3ide

The cross platform LC-3 Integrated Development Environment.
0 stars 1 forks source link

LC-3 Simulator Interface #2

Closed cbh2000 closed 11 years ago

cbh2000 commented 11 years ago

It is apparent that the LC-3 Simulator written by Stephen Lumetta will need a dedicated wrapper (i.e., its own class). Perhaps there should be one for the assembler and another for the simulator. It should be created in a way that allows for an easy drop-in later.

cbh2000 commented 11 years ago

I have decided against this, since my new lc3assembler will be the interface. I'm going to finish the assembler later.