Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| builderpages:plasmo:protor5:proto65 [2024/01/14 16:47] – Initial import from Wayback Machine | builderpages:plasmo:protor5:proto65 [2026/06/15 13:09] (current) – external edit 127.0.0.1 |
|---|
| /* Imported from Wayback Machine | /* Imported from Wayback Machine |
| Original URL : https://www.retrobrewcomputers.org/doku.php?id=builderpages:plasmo:protor5:proto65 | Original URL : https://retrobrewcomputers.org/doku.php?id=builderpages:plasmo:protor5:proto65 |
| Snapshot date: 2024-01-14 | Snapshot date: 2025-12-08 |
| Generator : wayback-archiver | Generator : wayback-archiver |
| */ | */ |
| ===== Design Information ===== | ===== Design Information ===== |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:protor5:proto65:proto65_scm_rev0.pdf|Schematic]] | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:protor5:proto65:proto65_scm_rev0.pdf|Schematic]] |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:protor5:proto65:proto65_rev0_cpld_serial_bootstrap.zip|CPLD design]] | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:protor5:proto65:proto65_rev0_cpld_serial_bootstrap.zip|CPLD design]] |
| |
| ==== Software ==== | ==== Software ==== |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:protor5:proto65:tinyload_for_proto65_rev0.zip|TinyLoad]] is a 256-byte program for Proto65. It is serially loaded into Proto65 at 115200 N81 (assuming CPU is running with 3.68MHz clock). Tinyload can loads other programs in Intel Hex format. After Intel Hex program is loaded, type 'G xxxx' to execute loaded program. | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:protor5:proto65:tinyload_for_proto65_rev0.zip|TinyLoad]] is a 256-byte program for Proto65. It is serially loaded into Proto65 at 115200 N81 (assuming CPU is running with 3.68MHz clock). Tinyload can loads other programs in Intel Hex format. After Intel Hex program is loaded, type 'G xxxx' to execute loaded program. |
| |
| [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:protor5:proto65:ehbasic_for_proto65_rev0.zip|EhBASIC]] is ported to Proto65 rev0. Load with TinyLoad Hex loader above and type 'G e82a' to run. Copy and paste Mandelbrot program below to demonstrate proper operation of EhBASIC | [[https://retrobrewcomputers.org/lib/exe/fetch.php?media=builderpages:plasmo:protor5:proto65:ehbasic_for_proto65_rev0.zip|EhBASIC]] is ported to Proto65 rev0. Load with TinyLoad Hex loader above and type 'G e82a' to run. Copy and paste Mandelbrot program below to demonstrate proper operation of EhBASIC |
| |
| <code code> | <code code> |