- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here are the basics:
- mem8 - a reference (pointer) to an 8-bit (byte) value.
- imm8 - an immediate (i.e. included right in the instruction and thus invariable) 8-bit (byte) value.
- reg8 - means an 8-bit register (AH, AL, etc.).
Obviously, you will also see 16-bit (mem16, imm16, reg16), 32-bit and 64-bit versions of these types of operands.
Hope this helps,
...S
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page