this post was submitted on 15 Sep 2023
779 points (93.0% liked)

linuxmemes

20703 readers
576 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (6 children)

C is the same. Free to do whatever you want until the system stops you. Yet people hate coding in C for some reason, as there isn't enough hand holding.

[–] [email protected] 7 points 1 year ago (2 children)

Where C stop, continue in Assembly!

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Where Assembly stops, run an opcode fuzzer to locate undocumented instructions.

[–] [email protected] 0 points 1 year ago (1 children)

return to monk and code in machine code

[–] [email protected] 1 points 1 year ago (1 children)

Assembly IS machine code, just with with mnemonics

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

isn't assembly code sent throu an assembler to get machine code ? i'm gonna ask google again brb edit the explanation i found:

Both machine and assembly languages are low-level programming languages used to write programs. Machine language is the binary code computers understand and execute directly, while assembly language is a human-readable machine language representation

[–] [email protected] 1 points 1 year ago

while assembly language is a human-readable machine language representation

Yep. Same thing, but with letters.

load more comments (3 replies)