Makestation
Official Assembly Language Thread. - Printable Version

+- Makestation (https://makestation.net)
+-- Forum: Technical Arts (https://makestation.net/forumdisplay.php?fid=45)
+--- Forum: Software (https://makestation.net/forumdisplay.php?fid=104)
+--- Thread: Official Assembly Language Thread. (/showthread.php?tid=3225)



Official Assembly Language Thread. - SpookyZalost - November 16th, 2020

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]


RE: Official Assembly Language Thread. - Lain - November 18th, 2020

This is the only relevant ASM resource online:
http://www.pouet.net/


RE: Official Assembly Language Thread. - Guardian - November 18th, 2020

(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


RE: Official Assembly Language Thread. - Lain - November 18th, 2020

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


RE: Official Assembly Language Thread. - SpookyZalost - November 19th, 2020

Hah, it looks delightfully retro.