"Understanding PTX, The Assembly Language Of CUDA GPU Computing", Nvidia (https://developer.nvidia.com/blog/understanding-ptx-the-assembly-language-of-cuda-gpu-computing/).

"Understanding PTX, The Assembly Language Of CUDA GPU Computing", Nvidia (https://developer.nvidia.com/blog/understanding-ptx-the-assembly-language-of-cuda-gpu-computing/).
Is #RISCV any fun to write assembly language in? #asm #assemblylanguage #programming
Besides the 6502, what other processor is genuinely fun to hand write assembly on? #asm #assemblylanguage #programming
Rewriting a Compiler for the Commander X16 and Foenix F256K
#RetroComputing #CommanderX16 #FoenixF256 #RustLang #6502 #HomebrewCompiler #ModernRetroDev #AssemblyLanguage #ClassicComputing #SoftwareDevelopment
https://theoasisbbs.com/rewriting-a-compiler-for-x16-and-foenix-f256/?feed_id=2735&_unique_id=67f9134477797
Vintage Punch Tape Storage Returns to the Commodore 64 Thanks to Róbert Farkas
#Commodore64 #C64 #PunchTape #VintageComputing #RetroTech #Arduino #sleepTFF #AssemblyLanguage
https://theoasisbbs.com/vintage-punch-tape-storage-returns-to-the-commodore-64-thanks-to-robert-farkas/?feed_id=2535&_unique_id=67ebe43f97e94
Introduction to GNU Binutils: A Beginner's Guide #Binutils #Linux #Assembler #Linker #Debugger #ELF #ObjectFiles #ExecutableFiles #AssemblyLanguage #Opensource #Linuxhowto #Linuxbasics #Commandline
https://ostechnix.com/introduction-to-gnu-binutils/
CPUs are so smart now, they are live-translating the assembly instructions, reordering them to be more efficient, etc. Basically JIT compiling. Assembly language definitely isn't the language of the CPU anymore, it's just the intermediate language that we speak to the CPU with.
So in this day and age, would it make sense to consider assembly language a high-level language?