plus4-7.html
来自「cc65 的编译器文档」· HTML 代码 · 共 45 行
HTML
45 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD> <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.20"> <TITLE>Commodore Plus/4 specific information for cc65: Other hints</TITLE> <LINK HREF="plus4-8.html" REL=next> <LINK HREF="plus4-6.html" REL=previous> <LINK HREF="plus4.html#toc7" REL=contents></HEAD><BODY><A HREF="plus4-8.html">Next</A><A HREF="plus4-6.html">Previous</A><A HREF="plus4.html#toc7">Contents</A><HR><H2><A NAME="s7">7.</A> <A HREF="plus4.html#toc7">Other hints</A></H2><H2><A NAME="ss7.1">7.1</A> <A HREF="plus4.html#toc7.1">Passing arguments to the program</A></H2><P>Command line argument passing is currently not supported for the Plus/4.</P><H2><A NAME="ss7.2">7.2</A> <A HREF="plus4.html#toc7.2">Interrupts</A></H2><P>The runtime for the Plus/4 uses routines marked as <CODE>.CONDES</CODE> type 2 forinterrupt handlers. Such routines must be written as simple machine languagesubroutines and will be called automatically by the interrupt handler codewhen they are linked into a program. See the discussion of the <CODE>.CONDES</CODE>feature in the <A HREF="ca65.html">assembler manual</A>.</P><HR><A HREF="plus4-8.html">Next</A><A HREF="plus4-6.html">Previous</A><A HREF="plus4.html#toc7">Contents</A></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?