truss: use A instead of X as address format for data dump
This commit is contained in:
parent
c44cbf3165
commit
3df2b18398
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ defn printtextordata(addr, n)
|
|||
i = 0;
|
||||
loop 1, n do {
|
||||
if (a[i]>=127) then {
|
||||
print(fmt(addr, 'X'), ", ", n\D);
|
||||
print(fmt(addr, 'A'), ", ", n\D);
|
||||
return {};
|
||||
}
|
||||
i = i+1;
|
||||
|
|
Loading…
Reference in a new issue