README.md (919B)
1 # Eris 2010 Contrib Assembler 2 3 This repository contains third party assembler programs ported to the 4 Eris 2010 computer. Contact the original authors for inquiries on 5 licensing. 6 7 ## wozmon/ 8 9 Port of Wozmon, Steve Wozniak's "operating system" for the Apple 10 I. Instructions on how to use it can be found here: 11 https://www.sbprojects.net/projects/apple1/wozmon.php 12 13 Command "S" has been added which prints the stack pointer. 14 15 ## microchess/ 16 17 Port of Microchess, the first commerical game for microcomputers. You 18 can find plenty of information about Micorchess on the author's web 19 page: http://www.benlo.com/microchess/ 20 21 In order to play, press 'c' to set up a new board. Enter moves by 22 given the field numbers followed by enter, e.g. '6444'<Enter>. Push 23 'p' for the next move of the computer. You can swith the board with 24 'e'. 'q' quits the game. 25 26 27 ## Tiny-BASIC/ 28 29 Port of Tiny BASIC. All input is expected in upper case!