mirror of
https://github.com/romychs/OK240.2-Firmware.git
synced 2026-04-21 10:53:18 +03:00
16 lines
463 B
Markdown
16 lines
463 B
Markdown
# Ocean-240.2 ROM Turbo monitor by Azmaster
|
|
|
|
**CRC32 checksum**: bcac5ca0
|
|
|
|
Source codes of Turbo Monitor for Ocean-240.2 with Floppy controller.
|
|
|
|
In Z80 mnemonics, but limited for i8080 instruction set.
|
|
|
|
## Compile:
|
|
|
|
Code is located in memory at address: 0xE000..0xFFFF
|
|
|
|
sjasmplus --sld=turbo_mon.sld --sym=turbo_mon.labels --raw=turbo_mon.obj --fullpath turbo_mon.asm
|
|
|
|
To compile sources, use [sjasmplus Z80 assembler](https://github.com/z00m128/sjasmplus).
|