HexEdit

Just another hexadecimal viewer and editor. Coded a new one because I got tired of old Discpac, which has issues on modern setups.

Currently for files, floppy disk A or B, ST-RAM, ST-Cartridge, TOS-ROM.
Can run as application or accessory.

Archives Size Version Date
English 68K CFv4e 45.4 KB 1.3 02-14-2024
GFA Sources 43.6 KB

For smaller RAM footprint, consider using previous version in the archives.

4 réflexions sur « HexEdit »

  1. Changes in 1.3 version:

    • add: view nullbytes and zeros in grey color (since 16 colors screenmodes), can be disabled in the menu, saved with the options.
    • add: TOS-ROM support (address/size based on _MCH Cookie, except MiNT_MP).
    • add: block selection (mouse right button click).
    • mod: copy function for all content types, uses now clipboard’s scrap.bin instead of exporting viewport to scrap.txt.
    • add: export function, for all content types, can format for *.HEX, *.ASM, *.C/H texts, otherwise saves to binary raw datas file.
    • add: cut and paste functions, for opened files only. Behavior depends on insert or overwrite option (saved in the preferences). File versions can be kept on disk (option also saved).
    • fix: edit cursor was still displayed if 256/512 bytes page was changed.
    • fix: 3 bombs when reading at ST-Cartridge end (LPEEKing odd addresses).
  2. Changes in 1.2 version:

    • add: ST-RAM memory support (except under MiNT with Memory Protection).
    • add: ST-Cartridge support (0xFA0000-0xFBFFF read-only, except MiNT-MP).
    • add: missing search/goto function for floppy disk.
    • add: option for sensitive/insensitive case in ASCII search function.
    • fix: extra Byte displayed at end (thanks JeanMars).
    • fix: lower memory consumption (MiNT’s AES): no need of saved raster for internal menu redraws.
    • fix: lower memory consumption (MagiC and monoTOS) for saved raster for internal menu redraws.
    • fix: quicker menu bar redraw (MagiC and monoTOS).
    • fix: unwanted disabled items in menu bar (MagiC and monoTOS).
    • fix: not leaving just after 640*200 minimum screensize alert.
    • fix: limit view/edition of files up to 16 MB size, with alert.
  3. Changes in the 1.1 version:

    • add: 512 Bytes optional view (if screen height is enough), saved in INF file.
    • add: Floppy disk support (^A, Mount…).
    • add: copy view contents (3 columns) to clipboard (^C), in ASCII colum, NULL, TAB, LF, CR are converted to SPACE.
    • add: Drag’n’Drop + VA_START + cmdline/ARGS.
    • fix: a to f keys missing for HEXA edition.
    • fix: history changes not cleared if ‘ignored’ before loading next file.
    • add: blinking underline on ASCII Byte if cursor blinking on HEXA Byte (and vice-versa).
    • add: ‘Find next’ in the menu (^G was already there).
    • fix: empty column at right for readability.
    • fix: vertical slider position.
    • fix: under monoTOS, without NVDI, internal menu bad shifting redraws.
  4. New in the 1.0 version:

    • first release, support for files only.
    • multitask and enhanced screenmodes friendly.
    • bytes changes can be logged.
    • undo (^Z) function.

Laisser un commentaire