I've released a new version of my 6502 assembler "Ophis", mostly with some quality-of-life syntax extensions.
github.com/michaelcmart...
#retrocomputing #6502assembly #c64
6502 RTS Trick Explained in projectCD.Chronicles Video
#Assembly #Commodore64 #RetroComputing #Programming #projectCDChronicles #6502Assembly
theoasisbbs.com/6502-rts-tri...
Handwritten algorithm in 6502 assembly language to convert ASCII characters representing hexadecimal digits ('0'-'9', 'A'-'F') to the corresponding hexadecimal value. Conveniently, ASCII for character '0' is 30 in hex. However, character 'A' (41 in hex) does not follow right after character '9' (39 in hex).
The following algorithm written in #6502assembly checks whether ASCII character loaded in the 8-bit accumulator is a hexadecimal digit ('0'-'9', 'A'-'F'). In case it is a hexadecimal digit, the corresponding value from 0000 to 1111 is stored in the low nibble of the accumulator.
C64 Soft Scrolling Lessons
#C64 #Commodore64 #RetroCoding #8bitDev #AssemblyProgramming #6502Assembly
theoasisbbs.com/c64-soft-scr...
C64 Assembly Shooter Code Breakdown
#Commodore64 #C64Assembly #RetroGameDev #6502Assembly #ShmupCode #MOS6502 #C64Programming #RetroComputing
theoasisbbs.com/c64-assembly...
Supernatural C64 Game Code: Part 40 in the Assembly Series
#C64Dev #Commodore64 #6502Assembly #GameDev #SupernaturalC64 #GunsNGhosts #RetroCoding
theoasisbbs.com/supernatural...
K&A Plus Issue #28 Delivers Retro Goodness
#Commodore64 #Amiga #RetroGaming #6502Assembly #Demoscene #KandAPlus
theoasisbbs.com/ka-plus-issu...
Commander X16 65C02 Assembly Tutorial – Lesson 3: 6502 Assembly Branching Basics
#CommanderX16 #6502Assembly #RetroDesk #AssemblyProgramming #RetroComputing
theoasisbbs.com/commander-x1...
Executing longer programs faster, you can stop and step at anytime as well as watch the flags and registers and check on memory at anytime. #assembly #6502assembly #debugger #debug lostsidedead.biz/6502
Infocom Interpreter Hacking on Commodore PET
#CommodorePET #Infocom #6502Assembly #RetroComputing #Root42 #BitShifter #TextAdventures #Commodore64 #RetroDev #LiveCoding
theoasisbbs.com/infocom-inte...
FairLight TV 120A, Fjälldata 2025 Trident Talk
#C64 #DemoCoding #RetroComputing #6502Assembly #Programming #Fjälldata2025
theoasisbbs.com/fairlight-tv...
My #6502assembly carry flag cheat sheet
archive.org/details/carr...