「hello cc65」の編集履歴(バックアップ)一覧に戻る

hello cc65 - (2012/03/08 (木) 08:07:41) のソース

***1.メモ帳に以下の内容を書き、test.cという名前でデスクトップに保存する。
#highlight(dos){{{
#include <conio.h>
int main (void)
{
    clrscr();
    cprintf("hello cc65");
    while(1)
    {
    }
    return 0;
}
}}}

***2.デスクトップのsakusei.batをダブルクリックする。

***3.test.nesが作成されるので、ファミコンエミュレータで開く。