Search notes:

.printf

Format string replacement specifiers

%p Pointer to target's virtual address space
%N Pointer to host's virtual address space
%ma/ %mu NULL-terminated ASCII/Unicode string in target's virtual address space
%msa
%msu
%y Evaluates to the name of a symbol (plus displacement if necessary) of an address in target's virtual address space.
%iy

See also

printf
.echo

Index