memoryviewer

Working on new editor enhancements?
User avatar
idle
Always Here
Always Here
Posts: 5042
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

memoryviewer

Post 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
Windows 11, Manjaro, Raspberry Pi OS
Image