Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

タグ

cとsdccに関するmasterqのブックマーク (3)

  • SDCCでクロス開発環境をインストールと使い方(Z80用) - Tosikの雑記

    Z80のCコンパイラが付いてるので昔に少し触ったことがあるんですが、またちょこっと触ってみようと思ってインストールしてみました。そのメモ書きです。 ちなみにZ80しか扱ってません。 http://sdcc.sourceforge.net/ Linuxでのインストール方法 Windowsならセットアップ用exeがあるので、それを使うのが早いです。 今回僕はLinuxにパッケージからインストールしました。 wget http://nchc.dl.sourceforge.net/sourceforge/sdcc/sdcc-2.8.0-i386-unknown-linux2.5.tar.bz2 tar xvf sdcc-2.8.0-i386-unknown-linux2.5.tar.bz2 cd sdcc less INSTALL.txt (これは読むべき) sudo cp -r * /usr/l

  • msx-sdcc @ ウィキ

    msx-sdcc のページ いまどきセルフ開発なんてダルくてやってらんないので 8 bit 用の C コンパイラ SDCC で無理矢理 MSX 用のソフトをクロス開発する方法をまとめたページ パワーユーザーは当時 X68k とか多機種に移行した気がするので、需要あるかどうかは不明 32k ROM / 2DD ディスクイメージ / メガロム を作成することを想定 MSX-BASIC は使用しません MSX-DOS なファイルも生成しないので、ディスク生成時は PHYDIO とかで直接セクタリードしてください 現状ではテクハン読んでサクサク意味わかるようじゃないと作成できません 適当に記事を追加しておいたから気にするな余。 -- < *`∀´>ノ (2012-04-03 07:18:46) X68Kも10万円以下の廉価版がその後出てたら自分の中で評価も変わったのに、タウンズはマーティが出てしか

    msx-sdcc @ ウィキ
  • GitHub - diegoherranz/sdcc-examples: Code examples for microcontrollers ready to compile with SDCC

    The examples are structured by microcontroller architecture. For a particular architecture, the examples can be followed in order as a tutorial. The basic concepts explained on the first examples are not explained again on more advanced ones. On each example folder there is a Makefile so you can compile the example by simply running make. The actual compiler command will be shown so you can learn

    GitHub - diegoherranz/sdcc-examples: Code examples for microcontrollers ready to compile with SDCC
  • 1