mirror of
https://github.com/romychs/OK240.2-Firmware.git
synced 2026-04-21 10:53:18 +03:00
17 lines
496 B
Markdown
17 lines
496 B
Markdown
# Ocean-240.2 ROM Monitor V8 checksum c4eec374
|
|
|
|
Source codes of Monitor v8 for Ocean-240.2 with Floppy controller.
|
|
In Z80 mnemonics, but limited for i8080 instruction set.
|
|
|
|
## Differences:
|
|
|
|
Other versions of the code are compared with this one.
|
|
|
|
## 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](https://github.com/z00m128/sjasmplus).
|