⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 todo

📁 AVR反汇编,对ATMEGA8有效
💻
字号:
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 + -