debugging-5.html

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

HTML
51
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD> <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.20"> <TITLE>Using VICE with cc65: Problems and workarounds</TITLE> <LINK HREF="debugging-4.html" REL=previous> <LINK HREF="debugging.html#toc5" REL=contents></HEAD><BODY>Next<A HREF="debugging-4.html">Previous</A><A HREF="debugging.html#toc5">Contents</A><HR><H2><A NAME="problems"></A> <A NAME="s5">5.</A> <A HREF="debugging.html#toc5">Problems and workarounds</A></H2><P>Older versions of VICE had several problems with labels. However, even thoseversions were still tremendously useful, and all known problems are gone incurrent versions. So, here is a list of the problems known to me as of version0.16.1:</P><P><UL><LI>The "<CODE>ll</CODE>" command does not work. Worse, it seems that internalmemory gets corrupted when using this command, so VICE will crash after use.Use the "<CODE>pb</CODE>" command to load the label file in this case.</LI><LI>VICE will crash if you use a label that is undefined. This is probablythe worst problem of all, since it needs just one typo to kill VICE. So, watchyour steps:-)</LI><LI>Cheap labels, that is, labels starting with '@' or '?' are not accepted.</LI><LI>The disassembly output is somewhat suboptimal. However, most things arejust cosmetical, e.g. labels appended to the right side of the disassembledcode.</LI></UL></P><P><B>Note</B>: All these problems are fixed in current (&gt;= 1.0) VICEversions. If you're really using such an old version, you should think aboutan upgrade.</P><HR>Next<A HREF="debugging-4.html">Previous</A><A HREF="debugging.html#toc5">Contents</A></BODY></HTML>

⌨️ 快捷键说明

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