タグ

6502に関するakaneharaのブックマーク (2)

  • Computer Emulation Resources

    While working on computer emulators, I have written a bunch of stuff that may come useful to those who do not like to reinvent the wheel every time they reinvent another bicycle. Below, you will find tools and libraries used in writing and debugging emulators, as well as a collection of useful documents, starting with an emulation how-to. News On October 27 2008, I have released the updated EMULib

  • Mnemonic6502 / D-Soft

    Return to Site-Index Mnemonic6502 for NES NES(Famicom)のMPUである6502(のカスタムチップ)の解説とニーモニック表です。 NESで使用されているMPUについて MPU6502の解説 16進数の表記と16bit数値について レジスタ メモリ・ページ アドレッシングモード 割り込み ニーモニック表 NESで使用されているMPUについて NESに使用されているMPUはリコー製の6502プロセッサのカスタムチップ(RP2A03)です。 動作クロックは1.7897725MHzでした。(このクロックの数字は後で音源を操作するのに必要になります) MPUとはいわゆるCPUのことで、6502では慣習的にCPUではなくMPUと表記しています。 このカスタムチップではいくつかの機能の削除・追加がなされています。 具体的にはBCDモードが削除されI/Oが

  • 1