Skip to content

DeltaF1/dexe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dexe

Dexe is a simple hex editor, written in Uxntal.

Build

You must have the Uxn assembler and emulator.

uxnasm noodle.tal noodle.rom && uxnemu noodle.rom

Controls

File

  • ctrl+r edit filenname
  • ctrl+R erase filenname
  • ctrl+o open file
  • ctrl+s save file

Edit

  • ctrl+c copy selection
  • ctrl+C copy selection(text mode)
  • ctrl+v paste selection

General

  • arrows, move selection
  • shift-arrows, move selection
  • enter, insert byte
  • backspace, delete byte