BladeCalc V1 - A console calculator written in BASIC for the X16!

Post Reply
ComputerBlade
Posts: 1
Joined: Sat Oct 28, 2023 4:46 pm

General - CX16 BladeCalc V1 - A console calculator written in BASIC for the X16!

Post by ComputerBlade »

Hi there, I'm ComputerBlade, I am an amateur programmer who has some free time. So within that time I made a mini little calculator program for the Commander X16, and would like to share with y'all!

BTW, I wrote this in BASIC!
If anyone is curious about BASIC, it means
Beginner's All-Purpose Symbolic Instruction Code

It is the default programming language for the Commander X16, and is pretty easy to learn too!

Screenshots:
Image

Download:
CALCULATOR.PRG
Calculator Program File
(1.65 KiB) Downloaded 276 times
Put it into a VHD and load the emulator.
Use this command:

Code: Select all

LOAD"CALCULATOR.PRG",8
followed by:

Code: Select all

RUN
I recommend you to put the file in a VHD and load it that way because I haven't tested it in other ways...

Try this program out and see how it works and what goes wrong! Improvements, request, and compliments are always welcome! Please always remember to give feedback about this program to me so I can make it better!
Thank you!
ComputerBlade, 2023.

(Tested in Emulator #R45)
Post Reply