Monthly Archives: July 2020

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 ‘x86’

Been about 25 years since I’ve written anything in x86 assembler so thought it might be fun to install NASAM and write a simple ‘Hello World’

Posted in x86 Assembly Lanuage | 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