Difference between revisions of "Help File:Find out what addresses this instruction accesses"

From Cheat Engine
Jump to navigation Jump to search
(Created page with '== Find out what addresses this instruction accesses == This option will set a breakpoint on the code and open a new window. You will see every address that is accessed by the…')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Find out what addresses this instruction accesses ==
+
[[Category:Help]]
 
 
 
 
 
This option will set a breakpoint on the code and open a new window.  
 
This option will set a breakpoint on the code and open a new window.  
 
You will see every address that is accessed by the code when the program is running.
 
You will see every address that is accessed by the code when the program is running.
Line 19: Line 17:
  
 
You can stop the debugger with the Stop button.
 
You can stop the debugger with the Stop button.
 +
 +
== Links ==
 +
* [[Cheat Engine:Help File|Help File]]
 +
 +
* [[Help_File:Debugging|Back]]
 +
 +
* [[Help_File:Find_out_what_writes/accesses_this_address|Next]]

Latest revision as of 12:05, 19 March 2017

This option will set a breakpoint on the code and open a new window. You will see every address that is accessed by the code when the program is running.

The address field contains the address which is accessed by the code. The value field is containing the value of the address at the moment. You can choose the displayed value type from the dropdown menu. The count number shows how many times did the code access to that address.

Right-clicking on an address will offer some new options. Show register states: This will show the value of the registers that were logged when the address has been accessed by the code the first time. In the register window, you can click on F to see the FPU registers and S to see a snapshot from the stack.

Browse this memory region will open the memory view at the address and Show as hexadecimal will display the value in hexadecimal.

You can stop the debugger with the Stop button.

Links[edit]