James Youngman
James Youngman
This is described on page 3-54 of the User's Handbook. That is available on-line as http://www.bitsavers.org/pdf/mit/tx-2/TX-2_UserHandbook_ch3.pdf This is a good starter project because SPF only does part of the work...
The SPG instruction (which copies data from main memory to F-memory) is already implemented in src/control/op_configuration.rs. The FLG instruction simply does the opposite (copies out of F-memory into main memory)....
The glyph.rs module has most of the needed features. We could move the features of charset.rs into that. But, if the emulator itself (or the tx2-web code in the web...
The line numbers are fixed now. But there is a problem with the column numbering. This is because we assume one char occupies one column. This is not true for...