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/
Nerd out of the day: I’m a half hour into this video and I’m loving every second of it
As someone who writes a lot of super high level code in TS, Swift, and Kotlin, but then is also getting lower-level with M it’s kinda scary to basically hear “yeah no assembly is actually an abstraction of what the hardware is doing too”
CH32V003 Makes for Dirt Cheap RISC-V Computer - These days, when most folks think of a computer they imagine a machine with multip... - https://hackaday.com/2024/05/31/ch32v003-makes-for-dirt-cheap-risc-v-computer/ #microcontrollers #assemblylanguage #retrocomputing #educational #ch32v003 #risc-v
Supercon 2023: Exploring the Elegance of the Voja4 - When you design an electronic badge, the goal is to make a device that’s interesti... - https://hackaday.com/2024/05/20/supercon-2023-exploring-the-elegance-of-the-voja4/ #2023hackadaysupercon #assemblylanguage #hackadaycolumns #instructionset #vojaantonic #cons
A Nine-Year-Old’s Z80 Drawing Program - Full disclosure: [Óscar] isn’t nine now, but he was in 1988 when he wrote LOCS, a ... - https://hackaday.com/2024/03/16/a-nine-year-olds-z80-drawing-program/ #assemblylanguage #retrocomputing #softwarehacks #logo #z80
Assembling like it's 1986!
Using the Macintosh 68000 Development System 2.0 on an emulated Macintosh Plus (8MHz, 1MB ram, 8MB HDD, System 3.2) to build and run the "Sample" bundled example program.
Source code mirrored here:
https://github.com/swetland/mds-example-code/tree/main/Examples/Sample%20Example
MDS Manual over here:
https://archive.org/details/macintosh-68k-dev/
Inside Macintosh Volume I over here:
https://vintageapple.org/inside_o/pdf/Inside_Macintosh_Volume_I_1985.pdf
x86 ENTER: What’s that Second Parameter? - [Raymond Chen] wondered why the x86 ENTER instruction had a strange second paramet... - https://hackaday.com/2023/12/12/x86-enter-whats-that-second-parameter/ #softwaredevelopment #assemblylanguage #softwarehacks #x86
Who’s Afraid of Assembly Language? - This week, [Al Williams] wrote a great thought piece about whether or not it was w... - https://hackaday.com/2023/07/22/whos-afraid-of-assembly-language/ #assemblylanguage #hackadaycolumns #softwarehacks #newsletter #rants
Ask Hackaday: Learn Assembly First, Last, or Never? - A few days ago, I ran into an online post where someone pointed out the book “Lear... - https://hackaday.com/2023/07/14/ask-hackaday-learn-assembly-first-last-or-never/ #softwaredevelopment #assemblylanguage #askhackaday #rants
A Literate Assembly Language - A recent edition of [Babbage’s] The Chip Letter discusses the obscurity of assembl... - https://hackaday.com/2023/05/08/a-literate-assembly-language/ #softwaredevelopment #assemblylanguage #hackadaycolumns #softwarehacks #rants
It isn’t WebAssembly, but it is Assembly in Your Browser - You might think assembly language on a PC is passe. After all, we have a host of e... - https://hackaday.com/2023/04/11/it-isnt-webassembly-but-it-is-assembly-in-your-browser/ #softwaredevelopment #assemblylanguage #softwarehacks
A really interesting blog post by @toxi on how resource constraint can sometimes encourage deeper understanding and better problem solving skills than having everything abailable to you, based upon his experiences growing up in East Germany. As someone who grew up in a small town in Australia at the same time, where information was so hard to come by, I wonder if I'd have been overwhelmed by the amount of information available had I been at the same stage now. I believe this to be one of the most significant problems with tertiary education at present: so much superficial information is available that it's an obstacle to gaining a deep understanding. #Forth #AssemblyLanguage #Pedagogy