BBC BASIC on RT11Em |
MDFS::Software.PDP11.BBCBasic.Docs.RT11Em | Search |
RT11Em running RT11
BBC BASIC running on Dmitry Patronov's RT11 Emulator. There is absolutely zero documentation for this emulator, so I've had to do everything by trial and guesswork. RT11Em accesses the underlying Windows filesystem as though it's an RT11 drive, so just fetch basic.sav and save it somewhere.
You can do this with a batch file containing something similar to:
BugsI had to add a workaround for a bug in RT11Em.
The editing keypad mimics the PF keys on a Dec terminal: INS: &81 F1 DEL: &C5 sTAB HOME: &82 F2 END: &C9 END PGUP: &83 F3 PGDN: &83 F3 LEFT: &CC LEFT F1: "HELP|M" RGHT: &CD RIGHT F6: &C8 DOWN: &CE DOWN F7: &84 UP: &CF UP F8: &CD ESC: &1B ESC F11: HALT TAB: &09 TAB F12: QUIT |
|