Skip to content

Commit cae60f6

Browse files
committed
help: Add "Make filler" (f) and "Next undefined" (Ctrl+u) commands.
1 parent fcf219d commit cae60f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

help.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@
3333
c - Make code
3434
d - Make/Cycle data
3535
a - Make ASCII string
36+
f - Make filler (ignored bytes, to avoid leaving them undefined)
3637
n - (Re)name address (make label)
3738
i - Info
3839
Ctrl+w - Write current function to a file
3940
/ - Search thru listing starting from current addr
4041
Shift+/ - Continue search
42+
Ctrl+u - Search next undefined
4143
4244
Current selected argument commands (require cursor to be on this
4345
argument, but if an instruction has only one argument, will work

0 commit comments

Comments
 (0)