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.
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
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.
Where C stop, continue in Assembly!
Where Assembly stops, run an opcode fuzzer to locate undocumented instructions.
return to monk and code in machine code
Assembly IS machine code, just with with mnemonics
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
Yep. Same thing, but with letters.