Viitor_cc65/usr/share/doc/cc65/webdoc/debugging-5.html
kueller 223cc6685e Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_cc65@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +00:00

51 lines
1.7 KiB
HTML

<!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 those
versions were still tremendously useful, and all known problems are gone in
current versions. So, here is a list of the problems known to me as of version
0.16.1:</P>
<P>
<UL>
<LI>The "<CODE>ll</CODE>" command does not work. Worse, it seems that internal
memory 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 probably
the worst problem of all, since it needs just one typo to kill VICE. So, watch
your 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 are
just cosmetical, e.g. labels appended to the right side of the disassembled
code.
</LI>
</UL>
</P>
<P><B>Note</B>: All these problems are fixed in current (&gt;= 1.0) VICE
versions. If you're really using such an old version, you should think about
an upgrade.</P>
<HR>
Next
<A HREF="debugging-4.html">Previous</A>
<A HREF="debugging.html#toc5">Contents</A>
</BODY>
</HTML>