GBDKライブラリドキュメント
GBDK libraries documentation |
||
---|---|---|
前
Prev |
3章
ハードウェアへのアクセス
Chapter 3.Accessing hardware |
次
Next |
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 |