Exploring sharkC64 Features on the Commodore 64 - The Oasis BBS

Discover new sharkC64 features like function parameters and call chaining in this Programming Redux video for retro coding enthusiasts.

The Oasis BBS

@amoroso

By the way, the only machine language I have seen (not counting byte code) that is _friendly_ and not just not scary is that of the PDP-11.

I'm pretty sure the same goes for the PDP-10.

Tempi passati...

#Assembly
#AssemblyLanguage
#MachineLanguage

Just rendered my first Vulkan triangle in raw x86-64 Assembly.
No C, no C++, no Rust.
Pure MASM64. Pure pain. Pure control.
This is what it means to go full bare metal.
More to come. βš™οΈπŸ”₯
https://github.com/IbrahimHindawi/masm64-vulkan

#Vulkan #AssemblyLanguage #MASM64 #Assembly #BareMetal #GameDev #GraphicsProgramming #HandmadeHero #LowLevelDev #x64 #OpenGLWho #TriangleOfVictory

Commander X16 65C02 Assembly Tutorial – Episode 1 - The Oasis BBS

This 65C02 assembly tutorial walks through your first program on the Commander X16 using real hardware and the ca65 assembler.

The Oasis BBS
Understanding PTX, the Assembly Language of CUDA GPU Computing | NVIDIA Technical Blog

Parallel thread execution (PTX) is a virtual machine instruction set architecture that has been part of CUDA from its beginning. You can think of PTX as the assembly language of the NVIDIA CUDA GPU…

NVIDIA Technical Blog
The Art of Assembly Language

nurpax - Dirty tricks 6502 programmers use