hhmx.de

feliks

Föderation EN Di 21.01.2025 20:46:12

A Scratch-like visual representation of assembly code:

when clicked: Trigger for execution.

mov eax, 1: Assigns 1 to the eax register (Linux syscall for exit).

xor ebx, ebx: Clears ebx by XORing it with itself (sets return code to 0).

int 0x80: Executes the interrupt for a Linux system call.

(Medien: 1)

Jonathan Lamothe

Föderation EN Do 06.02.2025 06:09:33

@feliks I'm not sure how to feel about this...

SnoopJ

Föderation EN Do 06.02.2025 06:10:26

@feliks @xgranade thank you for explaining in the alt text!

Glyph

Föderation EN Do 06.02.2025 06:18:11

@feliks @xgranade hee hee hee

wirepair

Föderation EN Do 06.02.2025 06:21:06

@feliks would love to see the venn diagram of (old hacker and has kids) who gets this joke

Jean-Baptiste "JBQ" Quéru

Föderation EN Do 06.02.2025 12:28:34

@wirepair @feliks I can say it's not empty, I'm writing assembly for old machines (much older than the 386 instructions in the image), but I've also done done scratch.

aburka 🫣

Föderation EN Do 06.02.2025 06:26:44

@feliks kinda want to build this

feliks

Föderation EN Do 06.02.2025 13:57:38

@aburka go ahead if you like :)

Job

Föderation EN Do 06.02.2025 14:47:29

@aburka @feliks I suspect it would be possible with Blockly but I've never used it myself

developers.google.com/blockly

Usagineko, Catgirl of Battle

Föderation EN Do 06.02.2025 07:49:19

@feliks @root42 I’m having Shenzhen I/O flashbacks.

Alexander Knochel

Föderation EN Do 06.02.2025 08:20:42

@feliks Finally, true high level programming ;-D

gkrnours

Föderation EN Do 06.02.2025 09:59:57

@feliks I would kinda like ?block/visual front for arbitrary language like python. More wood for code linting trashfire/bike shedding

pvpsvo

Föderation EN Do 06.02.2025 12:41:38

@feliks chat is this real?

Madeline

Föderation EN Do 06.02.2025 16:09:32

@feliks

Omg this is such a goofy idea, I want it now 😭😭😭

Real talk tho: this would be great for teaching kids how to do low level stuff and how CPUs work

snowyfox

Föderation EN Do 06.02.2025 16:16:26

Programming reference