15 lines
459 B
Markdown
15 lines
459 B
Markdown
# Microsoft BASIC for CP/M
|
|
|
|
Source codes of Microsoft Basic-80 for CP/M v5.21.
|
|
|
|
- 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
|
|
|
|
Code is located in memory at address: 0x100
|
|
|
|
sjasmplus --sld=mb.sld --sym=mb.labels --raw=mb.obj --fullpath mb.asm
|
|
|
|
To compile sources, use [sjasmplus Z80 assembler](https://github.com/z00m128/sjasmplus).
|