?? todo
字號:
Many "FIXME"s in the source code. Mostly for using hard coded numbersto set the size of strings. This would be easy to fix.Right now revava only handles Intel Hex as an object file format (inputto this program). At the very least it should also handle MotorolaS-Record files and uAsm files. This would probably be pretty easy todo.Some kind of symbol handling would be nice. Intel Hex files can't carrysymbols, but I think Motorola S-Record files sometimes do. Also itwould be nice if revava could suck in a text symbol file and use it.revava should be able to tell where all the jumps go and put in labelsat the code place to jump to and then use that label for all branches,jumps, calls, etc that reference that address. make_labels.pl is akludgy way to do just this. It would be a lot nicer if thisfunctionality were built into revava itself. That would be a lot ofwork.A man page and "make install" target in the Makefile would be nice.Right now there's no way to take input from stdin. I don't know ifanyone ever would want to do this, but I suppose the option would benice.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -