Commodore PET Assembler

Having a strong foundation in BASIC, I was eager to delve into assembly language on these machines. Since an assembler wasn’t available, I took the initiative to develop a two-pass assembler using PET BASIC.

Expert System Shell

For my HND project, I developed an expert system inference engine intended for an IBM PC, utilizing C programming. Initially, I implemented all algorithms on my BBC Micro using BBC Basic, which was accessible at home. Once I verified the logic, I translated the code to C for my final year project. Following successful completion…