Posted: Thu Mar 31, 2022 12:18 am Post subject: I likely seem like a huge idiot, but what's an instruction?
It's essentially what the title says. Everywhere I go assumes I know what this is, but I do not. It's frustrating me half to death, so if anyone could help me out, that'd be awesome.
This is a single instruction that moves data from the CPU into ram.
Instructions are stored as machine code (a sequence of bytes) in memory (ram). These are the bytes you see when looking in the disassembler- the top half of the memory viewer. Each line in the disassembler is an instruction.
Note that not all bytes are machine code. The disassembler can disassemble arbitrary data that the CPU won't normally try to execute. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum