mirror of
https://github.com/been-jamming/A1Emu.git
synced 2024-11-21 15:31:15 +00:00
Merge branch 'master' of https://github.com/been-jamming/A1Emu
This commit is contained in:
commit
1fc1395805
30
README.md
30
README.md
@ -1,2 +1,30 @@
|
||||
# A1Emu
|
||||
Console based Apple 1 emulator
|
||||
Console based Apple 1 emulator for Windows
|
||||
|
||||
To build type
|
||||
|
||||
```make```
|
||||
|
||||
which outputs an exectable named A1Emu.exe
|
||||
|
||||
The emulator runs in a normal console without any GUI, just like the original Apple 1 worked. You are greeted with a `\` character. Type the following to start Apple 1 BASIC:
|
||||
|
||||
```
|
||||
\
|
||||
E000R
|
||||
|
||||
E000: 4C
|
||||
>
|
||||
```
|
||||
|
||||
The cursor should now be blinking after the `>` character. Type commands like
|
||||
|
||||
```
|
||||
>PRINT "HELLO WORLD"
|
||||
HELLO WORLD
|
||||
|
||||
>
|
||||
```
|
||||
It functions exactly like the original Apple 1. To learn how to use Apple 1 basic, go here: https://archive.org/details/apple1_basic_manual/page/n11
|
||||
|
||||
Here is a good place to learn more about the Apple 1 computer: https://www.sbprojects.net/projects/apple1/
|
||||
|
Loading…
Reference in New Issue
Block a user