?? readme
字號:
m68kdis - disassemble Motorola 68000 family object codem68kdis is a disassembler for the Motorola 68000 family of cpu chips(currently up to the 68030). The disassembler attempts to discernbetween the instruction and data portions of an object code file.Make sure you use an ANSI C compiler with full prototypes. Then type``make'' to build m68kdis. If you want the Macintosh stuff, run makein the MAC directory also (you will need perl).There are two methods provided for debugging. The script ``wierd'' canbe used; it seeks to point out LINK, UNLK, and RTS instructions thatended up being data. If you think these were so interpretedincorrectly, you can use the -bad (which writes to standard error) or-all options to help figure this out.MAC-SPECIFIC STUFF------------------There's a file for A-line instructions for the Macintosh (MAC/mac.a).It undoubtedly is not complete and/or accurate for your code. Oftencode that uses an A-line instruction not currently known will result inproblems spotted by ``wierd''. ``mac.0189'' is the file to add newinstructions to (the lines must match /^a[0189]/). ``mac.odd'' is forinstructions that contradict mac.0189. After editing, rerun make.Four scripts, ``makes'', ``rftos.pl'', ``makeb.pl'', and ``maken.pl'',and the C program ``rf'' are provided to make it easier to format theoutput for a resource fork in a more Mac-friendly fashion. A resourcefork should be named <stem>.rf and ``makes'' should be called with thelone argument <stem>.Suggestions and questions welcome.ChrisChristopher_Phillips@pe.utexas.edu
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -