Error Message
From C64-Wiki
Jump to navigationJump to search
|
This article is very short and not very detailed. Please help to improve it. |

The C64 provides a set of built‑in error messages for BASIC V2, which can appear in direct or program mode. If an error message occurs in a running BASIC program, the error message appears with the line number in which the error is detected (often a wrong or confused BASIC command). The error message shows the user or a programmer that he has made a mistake, and now he can debug or fix this program so that it runs error free.
General[edit | edit source]
One of the most well‑known and widely encountered error codes in BASIC 2.0 is:
?SYNTAX ERROR IN 100
This message indicates that an error has occurred in BASIC line 100, and the programmer needs to debug the program to ensure it runs correctly.
Error Messages of C64 and BASIC[edit | edit source]




Messages in BASIC[edit | edit source]

Error Messages of the floppy drive[edit | edit source]
Literature[edit | edit source]
- Commodore 64 User's Guide, Appendix L: Error Messages (s.150/151)
- VC-1541 Single Drive Floppy Disk User's Guide, Appendix B: Summary of CBM Floppy Error Messages; Descriptions DOS Error Messages (s.45-47)
