The Reversers.org Vault : RegistersDef

HomePage :: Categories :: PageIndex :: Files :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2005-07-18 11:23:15 by AdminStew [bmp -> PNG]

Additions:
Registers diagram.

Deletions:

Warning: getimagesize(uploads/RegistersDef/Registers.bmp) [function.getimagesize]: failed to open stream: No such file or directory in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76
The image could not be found or it was no image. Please check the url




Edited on 2005-07-17 09:31:37 by AdminStew [Minor edits.]

Additions:
Thus, the registers ESI, EDI, EBP and ESP can simply be addressed as SI/DI/BP and SP, when 16-bit operations are required. EIP can be considered for all purposes as a pure 32-bit register, but you can't really move anything out or in to it, so can be ignored.
The following are the basic x86 CPU registers (General purpose registers):
The following are the available registers for use (General purpose registers):
Thus, the registers ESI, EDI, EBP and ESP can simply be addressed as SI/DI/BP and SP. EIP can be considered for all purposes as a pure 32-bit register, but you can't really move anything out or in to it, so can be ignored really.
As well as these general purpose registers there many other registers available to the assembly programmer / cracker. These registers are more specific in their purpose. For instance the FPU registers are used in floating point operations and are optimized for this function.
Links to other register sets can be followed in the "Related links" section below.
Todo: Put links to other register sets here.


Deletions:
Taking EAX as an example, EAX represents the entire scope of the register, the full DWORD value. However, the 'first' (least significant) WORD value can be accessed by using the operand AX. Similarly, the first and second BYTES can be accessed using AL and AH respectively.
Stub BLAHBLAH.
Any related links go here, possibly with brief descriptions.




Edited on 2005-07-16 09:04:07 by AdminStew [Info on ESI/EDI.]

Additions:
- EBX, the base register. This register was very useful in 16-bit mode, however it can be seen as a true general purpose register in 32-bit mode and thus used for whatever the Hell you want. :o
Stub BLAHBLAH.


Deletions:
- EBX, the base register.
Each ? can be replaced with A/B/C or D to represent the various basic registers.
Taking EAX as an example, EAX represents the entire scope of the register, the full DWORD value. However, the 'first' (least significant) WORD value can be accessed by using the operand AX. Similarly, the first and second BYTES can be accessed using AL and AH respectively.




Edited on 2005-07-16 06:16:28 by AdminStew [Added image.]

Additions:

Warning: getimagesize(uploads/RegistersDef/Registers.bmp) [function.getimagesize]: failed to open stream: No such file or directory in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76
The image could not be found or it was no image. Please check the url


Deletions:
<Pic>



Edited on 2005-07-16 06:14:52 by AdminStew

Additions:
  Attachment Size Date Added
      Registers.PNG   1.57 KB   7/18/2005 11:22 am
 


Deletions:
{{files}} for attachments, if necessary (reference uploads at /pagename/filename).



Edited on 2005-07-16 05:39:29 by AdminStew [Minor edit.]

Additions:
- EBP, the 'base pointer' (For more information on this register see the stack.
List of registers and general uses goes here.




Edited on 2005-07-16 05:15:16 by AdminStew [Minor edit.]

Additions:
Registers


Deletions:
Page heading (again)




Edited on 2005-07-16 05:14:59 by AdminStew [Stub.]

Additions:

Definition of registers

None.
Registers, from an engineer's point of view, are small pieces of memory (hence the name 'register memory') which are much faster, in terms of access time, than the bulk of memory on your mainboard. The register memory is located on the CPU. The size and amount of these pieces of register memory is dependant on the architecture of the processor. Taking the x86 architecture as an example, each piece of register memory is 32 bits (4 bytes) wide and is aranged as shown below.
<Pic>
Access of the individual registers is restricted to assembly level programming (at least in all the programming languages I've seen) and the above sections of each register can be accessed individually through various opcodes.
The following are the available registers for use:
List of registers and general uses goes here.
Brief overview of what you need to know here. Links to WikiPages of required knowledge here.
Definition goes here.
Any others.




Oldest known version of this page was edited on 2005-07-16 04:49:52 by AdminStew [Initial revision.]
Page view:

Definition of Page Heading


Required Knowledge
Brief overview of what you need to know here. Links to WikiPages of required knowledge here.

Page heading (again)
Definition goes here.


Related links
Any related links go here, possibly with brief descriptions.

{{files}} for attachments, if necessary (reference uploads at /pagename/filename).

Categories
CategoryDefinitions
Any others.
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0
Page was generated in 0.4606 seconds