mirror of
https://github.com/romychs/OK240.2-Firmware.git
synced 2026-04-21 10:53:18 +03:00
Initial commit
This commit is contained in:
parent
309dd43e63
commit
a9f138f77b
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
*.labels
|
||||
*.obj
|
||||
*.OBJ
|
||||
*.bin
|
||||
*.tmp
|
||||
tmp/
|
||||
build/
|
||||
*.lst
|
||||
*.sld
|
||||
|
||||
10
README.md
Normal file
10
README.md
Normal 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).
|
||||
Loading…
Reference in New Issue
Block a user