Ive been trying to teach myself some very basic assembly (output to console, Arithmetic). I would like to know how i could store somthing (say a byte) in memory and how to read it from memory.
Ideally a answer without using HLA would be be appreciated (if this is possible)
thanks
MOVinstruction is what you are looking for!This is how you load data from memory
segindicates the segment registers (CS, DS, ES, FS, GS, SS-Code Segment, Data Segment, Extra Segment etc)This is how you move data into the memory
Read about the complete intel x86 instruction set here
http://download.intel.com/design/intarch/manuals/24319101.pdf