Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cquest/cristel
Logiciel serveur videotex pour Apple ][
https://github.com/cquest/cristel
Last synced: 3 months ago
JSON representation
Logiciel serveur videotex pour Apple ][
- Host: GitHub
- URL: https://github.com/cquest/cristel
- Owner: cquest
- License: agpl-3.0
- Created: 2017-05-30T21:10:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T14:22:40.000Z (over 6 years ago)
- Last Synced: 2024-06-12T19:59:09.253Z (5 months ago)
- Size: 1.7 MB
- Stars: 15
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minitel - cquest/cristel - Apple II Minitel server (Software / Server side)
README
# Cristel - Logiciel serveur videotex pour Apple ][
This is the 6502 assembly code I wrote in the mid 80s on my Apple //e to extend the Applesoft BASIC with 20+ new commands to access the Apple Tell card.
Cristel allowed to write videotex servers using the Apple II BASIC using commands like:
- &WAIT : to wait for an incoming call
- &PRINT : to send some text on the (remote) Minitel screen
- &INPUT : to wait for a user input
etc...## Retrieval...
I retrieved this source code from my 35+ years old floppies using an Apple //c bought on ebay and the Floppy Emu SD (emulates a floppy drive and stores data on microSD card).
Then I used AppleCommander on my Mac to extract the content on the source files.## Assembler...
I was using BIGMAC assembler from Glen Bredon, which then became "Merlin" see https://en.wikipedia.org/wiki/Merlin_(assembler)