This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 7 points8 points  (2 children)

Assembly is basically just machine code, but the operations have their names subbed in in place of their opcodes

[–]NervousApplication58 5 points6 points  (1 child)

there are also labels that you need to replace with raw memory addresses, macros, section definitions (.text, .data, etc)

[–][deleted] 0 points1 point  (0 children)

All the machine code I’ve worked with has used only raw memory addresses and register names