this post was submitted on 03 Aug 2024
1097 points (99.1% liked)

Programmer Humor

32050 readers
1416 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
(page 2) 36 comments
sorted by: hot top controversial new old
[–] Presi300@lemmy.world 5 points 1 month ago

Nah, I don't hate myself that much.

[–] leo85811nardo@lemmy.world 4 points 1 month ago* (last edited 1 month ago)

From my understanding, one of the actual use case of assembly is for cyber security engineers to dump assembly instructions from a compiled program, so they can check for any potential vulnerability. I've also seen assembly included in an embedded codebase (the overall project is in C), which I assume is for more optimized performance and deterministic behavior

[–] Cysioland@lemmygrad.ml 4 points 1 month ago

Assembly was easier to me than C/C++.

[–] yuf@lemmy.ml 3 points 1 month ago

For a university assignment, I built a compiler for x86; I cheated a bit by relying on LLVM, but it gave me a better understanding of the architecture. I also developed emulators for the NES (Ricoh 2A03) and RISC-V (RV32I) as a hobby. For the latter, I implemented it in FPGA.

[–] nobleshift@lemmy.world 3 points 1 month ago
[–] r00ty@kbin.life 2 points 1 month ago

I used to write z80 asm without an assembler back when I was a LOT younger. The ZX spectrum manual I had, had the full instruction list with the byte values.

I think it was oddly easier than some higher level languages for some tasks.

But, making changes was an utter nightmare.

[–] SpaceNoodle@lemmy.world 2 points 1 month ago (1 children)

Mebly I do, and mebly I don't.

[–] sag@lemm.ee 2 points 1 month ago (6 children)

I have Dyslexia ¯_(ツ)_/¯ Sorry.

load more comments (6 replies)
[–] Moah@lemmy.blahaj.zone 1 points 1 month ago

I used to make video games entirely in assembly

load more comments
view more: ‹ prev next ›