mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-02-18 15:17:37 +00:00
9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
start
|
|
print is
|
|
search return
|
|
until $_
|
|
# Prints the pointer value.
|
|
print ip
|
|
# Prints the contents.
|
|
print *ip@4
|