GBDKライブラリドキュメント
GBDK libraries documentation

Prev
3章 ハードウェアへのアクセス
Chapter 3.Accessing hardware

Next

RAMの中の関数
Functions in RAM

memcpy()やhimemcpy()を使用しかつ、その後、 メモリに直接 アクセスすることへの類似した道の中でそれらを呼んで、最初にそこにそれらをコピーすることによりRAMまたはヒラムの中の関数を実行することができます。 例に関しては、ram_fn.cを参照してください。
It is possible to execute functions in RAM or HIRAM by first copying them there using memcpy() or himemcpy() and then calling them in similar ways to accessing memory directly.See ram_fn.c for an example.



Prev
ホーム
Home

Next
多数のバンク
Multiple banks

Up
アセンブリ言語
Assembly language
1