ocean-240.2/ROMs/Sources/ROM-FDC
2025-09-08 16:40:05 +03:00
..
.vscode Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
.gitignore Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
bdos_entries.inc Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
bdos.asm Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
bios_entries.inc Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
bios.asm Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
ccp_ram.asm Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
ccp_rom.asm Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
cpm_fill_1.asm Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
cpm.asm Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
equates.inc Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
external_ram.inc Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
io.inc Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
mon_entries.inc Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
README.md Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
tm_vars.inc Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00
turbo_mon.asm Sources for ROMs. Light PCB and Schematics fixes 2025-09-08 16:40:05 +03:00

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.

  1. 0xC000..0xDFFF - CP/M v2.2 Compile: sjasmplus --sld=cpm.sld --sym=cpm.labels --raw=cpm.obj --fullpath cpm.asm

  2. 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.