da65-1.html

来自「cc65 的编译器文档」· HTML 代码 · 共 38 行

HTML
38
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD> <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.20"> <TITLE>da65 Users Guide: Overview</TITLE> <LINK HREF="da65-2.html" REL=next> <LINK HREF="da65.html#toc1" REL=contents></HEAD><BODY><A HREF="da65-2.html">Next</A>Previous<A HREF="da65.html#toc1">Contents</A><HR><H2><A NAME="s1">1.</A> <A HREF="da65.html#toc1">Overview</A></H2><P>da65 is a disassembler for 6502/65C02 code. It is supplied as a utility withthe cc65 C compiler and generates output that is suitable for the ca65macro assembler.</P><P>Besides generating output for ca65, one of the design goals was that the useris able to feed additional information about the code into the disassemblerfor improved results. This information may include the location and size oftables, and their format.</P><P>One nice advantage of this concept is that disassembly of copyrighted binariesmay be handled without problems: One can just pass the information file fordisassembling the binary, so everyone with a legal copy of the binary cangenerate a nicely formatted disassembly with readable labels and otherinformation.</P><HR><A HREF="da65-2.html">Next</A>Previous<A HREF="da65.html#toc1">Contents</A></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?