Search
Items tagged with: softwarehacks
C++ Compiler Targets the Web - It is a common problem these days. You have a piece of code in C or C++. Maybe it is older code. O... - https://hackaday.com/2020/12/21/c-compiler-targets-the-web/ #softwaredevelopment #softwarehacks #webassembly #emscripten #javascript #compiler #asm.js #web #c
C++ Compiler Targets The Web
It is a common problem these days. You have a piece of code in C or C++. Maybe it is older code. Or maybe you prefer prototyping your ideas using C. But, inevitably, someone now wants your code to …Hackaday
Boot Sector Pong as a Crash Course in Assembly - Have you ever wanted to develop a playable game small enough to fit into a disk’s 512 byte boot se... - https://hackaday.com/2020/09/28/boot-sector-pong-as-a-crash-course-in-assembly/ #softwaredevelopment #assemblylanguage #softwarehacks #classichacks #bootsector #lowlevel #pong #asm
Boot Sector Pong As A Crash Course In Assembly
Have you ever wanted to develop a playable game small enough to fit into a disk’s 512 byte boot sector? How about watching somebody develop a program in assembly for nearly two hours? If you …Hackaday