Category Archives: C

Programming Books for Retro Machines

Over the past 4 years I have been on the look out for some programming books for the retro machines, computers and the original classic consoles from the early 1980’s when I stumbled across an author named Oscar Toledo G. … Continue reading

Posted in 6502 Assembly Lanuage, 8 Bit Computer, C, Hardware, Programming, x86 Assembly Lanuage | Leave a comment

Vital Message

My second BASIC to C conversion using the classic Usborne 1980s computer books which helped many of today’s tech professionals were inspired by the Usborne computing books they read as children. The books included program listings for such iconic computers as the … Continue reading

Posted in BASIC, C, Commodore, Programming, Retro, Software | Leave a comment

Robot Missile

Usborne 1980s computer books helped many of today’s tech professionals were inspired by the Usborne computing books they read as children. The books included program listings for such iconic computers as the ZX Spectrum, the BBC Micro and the Commodore 64, … Continue reading

Posted in BASIC, C, Commodore, Programming, Retro | Leave a comment

Blinking LED

Raspberry Pi project #1, the blinking of an LED using C and the wiringPi library. I know this isn’t necessarily anything special but I wanted to record my little projects and what better place to start than by building a … Continue reading

Posted in C, Programming | Leave a comment

Day of Week

Here is a simply C program that lets you enter a number from 1 -7 (valid options) or higher than 7 as an invalid entry. Using multiple if…else decisions the program will display a corresponding day of the week.

Posted in C, Programming | Leave a comment

Hello World ‘C’

Been playing around with my Raspberry Pi 4 which I’ve installed in a great retro looking desktop case. Anyway I’ve never written anything in C for the Pi so though I’d have a go putting out the classic ‘Hello World’

Posted in C, Programming | Leave a comment