Skip to content

Commit

Permalink
externalised devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
tsupplis committed Sep 30, 2021
1 parent ed0b28a commit 809d49c
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 129 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,7 @@ RASM-86 Assembler 12-Mar-87 PC-DOS Version 1.4a
```
- The Super Cool emu2 DOS emulator to run the DR tools on macOS and Linux (https://github.com/dmsc/emu2). This is an incredible way to bring dos command line development tools to a modern and up to date shell/make/whatever based dev environment. Another stunning emulator. Emu2 and PCE are an incredible pair.

A rudimentary development environment can be assembled by using the following steps:
```
(cd devtools;./fetch)
export PATH=`pwd`/devtools/bin
# now you use make
make clean all
```
it pulls the following:
- aztec 3.4 c compiler (https://www.aztecmuseum.ca/az8634b.zip)
- linkcmd and rasm86 (http://www.cpm.z80.de/download/tools86.zip)
- emu2 (https://github.com/dmsc/emu2)
For a rudimentary, cross development environment, look at (https://github.com/tsupplis/cpm86-crossdev).

## Test Environment
- CP/M-86 1.1 for IBM PC XT. I recompile cpm.sys from patched sources from (http://www.cpm.z80.de/source.html). The simple way to start however is probably (http://www.cpm.z80.de/download/144cpm86.zip)
Expand Down
3 changes: 0 additions & 3 deletions devtools/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions devtools/bin/aztec34_as

This file was deleted.

14 changes: 0 additions & 14 deletions devtools/bin/aztec34_cc

This file was deleted.

14 changes: 0 additions & 14 deletions devtools/bin/aztec34_link

This file was deleted.

14 changes: 0 additions & 14 deletions devtools/bin/aztec34_sqz

This file was deleted.

10 changes: 0 additions & 10 deletions devtools/bin/pcdev_linkcmd

This file was deleted.

10 changes: 0 additions & 10 deletions devtools/bin/pcdev_linkexe

This file was deleted.

10 changes: 0 additions & 10 deletions devtools/bin/pcdev_rasm86

This file was deleted.

29 changes: 0 additions & 29 deletions devtools/fetch

This file was deleted.

0 comments on commit 809d49c

Please sign in to comment.