11 lines
333 B
Markdown
11 lines
333 B
Markdown
# Microsoft BASIC for CP/M
|
|
|
|
Source codes of Microsoft Basic-80 for CP/M
|
|
|
|
- In Z80 mnemonics, but limited for i8080 instruction set.
|
|
- I tried to keep the original label names as they are in the source codes published by Microsoft.
|
|
|
|
## Compile
|
|
|
|
To compile sources, use [sjasmplus Z80 assembler](https://github.com/z00m128/sjasmplus).
|