Makestation

Full Version: Official Assembly Language Thread.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Because we talk about so many languages on here... why not one about one of my favorite languages, assembly, the bottom level language that machines use (well one step above 1/0 but still...).

when you master assembly you master any machine, without plugins, or compatibility libraries, or anything.

it's directly communicating with hardware and it works insanely fast.

So what experiences have you guys had with ASM code?

[Image: ab1W0xL.gif]
This is the only relevant ASM resource online:
http://www.pouet.net/
(November 18th, 2020 at 8:06 PM)Lain Wrote: [ -> ]This is the only relevant ASM resource online:
http://www.pouet.net/

What in tarnation!? Tongue
Yeah people can make animations and generate graphics (without using external files) using only raw ASM/bytecode. Browse and try stuff yourself (as well as try to modify stuff yourself) and you'll learn a ton not just about architecture-specific hacks (i.e. overwriting screen buffer by dividing by 0) but also about how they can make a few instructions take up less space in .text
Hah, it looks delightfully retro.