Popular Tags
Jekyll
IMSAI
Computer Architecure
Commodore
History
Web Scraping
Retro
Off Topic
Book
OISC
Tcl/Tk
Debugging
Assembly
Programming
Web Development
8080
Jupiter Ace
CP/M
Z80
Text mode
xAce
C
Linux
Vic-20
BBS
SUBLEQ
Emulation
PDP-8
Review
Editors
Adventure Games
DEC
Ruby
DOS
Tutorial
Games
Latest Articles
C
-
Compiling a Tcl Script into an Executable
Tags: Programming Tcl/Tk Tutorial CLocating Tcl scripts to load from an executable can be awkward if you want to make your program cross-platform. An easier way is to compile a Tcl script directly into the executable and let that script find any other scripts needed. This is particularly relevent as so many programs just use a sin... Read More
-
Installing the HI-TECH Z80 C Compiler for CP/M
Tags: C CP/M Programming Retro Z80 TutorialMy language of choice is C and I am currently getting more involved with the CP/M operating system. I have therefore decided that it would be nice to have a C compiler working under CP/M. There are a number of options available in the archives, but I have found that HI-TECH are allowing their CP/... Read More