Initial commit

This commit is contained in:
Роман Бойков 2026-02-16 16:07:12 +03:00
parent 309dd43e63
commit a9f138f77b
2 changed files with 20 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
*.labels
*.obj
*.OBJ
*.bin
*.tmp
tmp/
build/
*.lst
*.sld

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# Ocean-240.2 ROM Sources
Source codes of CP/M and Monitor for Ocean-240.2 personal computer.
Source codes in Z80 mnemonics, but limited for i8080 instruction set.
## Compile:
To compile sources, use [sjasmplus Z80 assembler](https://github.com/z00m128/sjasmplus).