• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
The Netwide Assembler: NASMThe Netwide Assembler: NASM
.80x86 assembler .Supports Linux file formats
 
Byte structure
: byte has 8 bits
16354072
msb (most significant bit
 
 Data storage in memory:
 NASM stores data using
little endian
 
order .
 Little endian
means that the low-order byte of the number isstored in memory at the lowest address, and the high-order byteat the highest address.Example:You want to store 0x1AB3 (hex number in the memory.This number has two bytes: 1A and B3.It would be stored this way:
1AB3012
memory block 
 Note: when read a stored data from the memory, it comes in the source order . bytes of memory
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...