AsmEdit is a clone of a old Intel editor and also has some assembler development features added. It is probably not of interest.
AsmNano does not have any documentation, but it does have a help file which pops up when F1 is pressed.
operation keys ( ^ is used for the "Ctrl" key )
-------------- -------------------------------------
start of line ^A Home
cursor left ^B left-arrow
delete char ^D Del
end of line ^E End
cursor right ^F right-arrow
help ^G F1
rubout ^H Backspace
tab ^I tab
paragraph F4
cut line/block ^K F9
end of line ^M Enter
cursor down ^N down-arrow
write file F3
cursor up ^P up-arrow
read file ^R
spell check ^T F12
uncut line/blk ^U F10
page down ^V pgdn F8
find/go/replace ^W F6
exit ^X F2
page up ^Y pgup F7
replace ^
goto line ^_
mark ^^
insert file Ins F5
asmnano is a partial implementation of the "nano" editor. The "nano" editor is based upon the "Pico" editor which is famous for ease of use. The asmnano version has a constant status display and two menu prompt lines at the bottom of each screen.
The following commands are unique to asmnano
next file window ^L
toggle window style ^Q
Product's homepage
What's New in This Release: [ read full changelog ]
· This is a bug fix release, the library (AsmLib) was updated.