mirror of
https://github.com/balintkissdev/awesome-dos.git
synced 2026-01-22 18:17:02 +00:00
fix: Update bcc - Bruce's C Compiler to new URL (old URL was 404)
Closes #28
This commit is contained in:
parent
958547b4f6
commit
28547f89e7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ platform.
|
|||
|
||||
## Development tools
|
||||
|
||||
- [bcc - Bruce's Compiler](https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos/pkg-html/bcc.html) - Bruce's C compiler is a simple C compiler that produces 8086 assembler for tiny/small memory models.
|
||||
- [bcc - Bruce's C Compiler](https://gitlab.com/FreeDOS/devel/bcc) - Bruce's C compiler is a simple C compiler that produces 8086 assembler for tiny/small memory models.
|
||||
- [DJGPP](http://www.delorie.com/djgpp/) - DJ Delorie's complete 32-bit C/C++ development environment for Intel 80386. Used for Quake.
|
||||
- [GCC IA-16 toolchain](https://gitlab.com/tkchia/build-ia16/-/releases) - A 16-bit counterpart to DJGPP, a GCC-based toolchain for developing 16-bit (8086 to 80286, a.k.a. IA-16) DOS applications, currently maintained by TK Chia.
|
||||
- [Insight](https://www.bttr-software.de/products/insight/) - Very small debugger for real-mode DOS programs with Borland's Turbo like UI. Features an i80486 disassembler, and i8086 assembler.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue