Posts

C: Convert cm to inches (no function).

Image
Simple program demonstrating conversion of cm to inches without implementing a function. This is simpler, but your ideal implementation may depend upon a variety of factors requiring your careful consideration. Repl: https://replit.com/@pereiradaniel/Convert-cm-to-inches-no-function Git repo: https://github.com/pereiradaniel/c_programs/blob/master/metric_imperial_conv/conv_alt.c  

Vincent - C64 [50Hz]

Image

C: Convert cm to inches using a function.

Image
Simple program demonstrating one way to convert cm to inches and display the result to the user. Repl: https://replit.com/@pereiradaniel/Convert-cm-to-inches-function Git repo: https://github.com/pereiradaniel/c_programs/blob/master/metric_imperial_conv/conv.c  

6510: Colours.

Image
Demonstration of 6510 Assembly program that changes border and background colours in an infinite loop. This video shows how Turbo Macro Pro and the Super Snapshot cartridge can be used with the C64 mini.

Fred's In Troubles - C64 [50Hz]

Image

Fred's Back 3 - C64 [50Hz]

Image

C: Decimal/Binary Converter.

Image
A program that converts decimal and binary numbers. Repl: https://replit.com/@pereiradaniel/Dual-BinaryDecimal-Converter Git repo: https://github.com/pereiradaniel/c_programs/blob/master/bin_dec_conv/dual_conversion/dual_conv.c