this post was submitted on 21 May 2024
1599 points (98.9% liked)

Programmer Humor

31183 readers
138 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 20 points 1 month ago (5 children)

They are talking about computer things, that's about how familiar I am with whatever they are talking about.

[โ€“] [email protected] 31 points 1 month ago (4 children)

Yeah, it's intentionally obscure. Basically, x86 assembly code is a way of telling a processor what to calculate, at a very low level.
So, it's similar to programming languages, but those actually get translated into x86 assembly code, before it's told to the processor. ("x86" is a certain processor architecture. Others exist, too, most prominently "ARM".)

But yeah, even with me knowing that much, I'd need to guess what ret and int3 might do.

Everyone knows jmp and nop, though, of course. ๐Ÿ™ƒ

[โ€“] LeafOnTheWind 21 points 1 month ago
load more comments (3 replies)
load more comments (3 replies)