mirror of
https://github.com/romychs/ocean-240.2
synced 2026-04-21 18:53:19 +03:00
| .. | ||
| .vscode | ||
| .gitignore | ||
| bdos_entries.inc | ||
| bdos.asm | ||
| bios_entries.inc | ||
| bios.asm | ||
| ccp_ram.asm | ||
| ccp_rom.asm | ||
| cpm_fill_1.asm | ||
| cpm.asm | ||
| equates.inc | ||
| external_ram.inc | ||
| io.inc | ||
| mon_entries.inc | ||
| README.md | ||
| tm_vars.inc | ||
| turbo_mon.asm | ||
Ocean-240.2 ROM Sources
Source codes for personal computer Ocean-240.2 ROM (Z80 mnemonics, but limited for i8080 instruction set).
This version for Ocean-240.2 with Floppy controller.
-
0xC000..0xDFFF - CP/M v2.2 Compile: sjasmplus --sld=cpm.sld --sym=cpm.labels --raw=cpm.obj --fullpath cpm.asm
-
0xE000..0xFFFF - HW Monitor and Turbo Monitor Compile: sjasmplus --sld=turbo_mon.sld --sym=turbo_mon.labels --raw=turbo_mon.obj --fullpath turbo_mon.asm
To compile sources, use sjasmplus Z80 assembler.