OK240.2-Firmware/MON_r8_bedc54ad
2026-02-19 19:13:56 +03:00
..
.vscode Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
BIN Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
bios_entries.inc Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
equates.inc Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
font-6x7.inc Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
io.inc Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
m_vars.inc Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
mon_only.map Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
monitor.asm Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
ram.inc Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00
README.md Monitor r7 with crc32: 93bd95db disasm completed. 2026-02-19 19:13:56 +03:00

Ocean-240.2 ROM Monitor V8 checksum bedc54ad

Source codes of Monitor v8 for Ocean-240.2 with Floppy controller. In Z80 mnemonics, but limited for i8080 instruction set.

Differences:

  1. Font. Russian letters б and д;

Compile:

Code is located in memory at address: 0xE000..0xFFFF

sjasmplus --sld=monitor.sld --sym=monitor.labels --raw=monitor.obj --fullpath monitor.asm

To compile sources, use sjasmplus Z80 assembler.