Page 1 of 1

memoryviewer

Posted: Tue Jan 07, 2020 4:01 am
by idle
Added data view modes for Hex Oct Dec and an option via a checkbox "data" to export the data view formatted for a datasection. The text is exported based on the view mode either Dec or Hex.

for an array of floats in DEC

Code: Select all

  Data.f 0,3.141592741,6.283185482,9.4247779846
  Data.f 12.5663709641,15.7079639435,18.8495559692,21.9911499023
and in HEX view

Code: Select all

  Data.l $00000000,$40490FDB,$40C90FDB,$4116CBE4
  Data.l $41490FDB,$417B53D2,$4196CBE4,$41AFEDE0