On the article: <20010711141341.98F2.MAK@xxxxxxxxxxxxxx>,
Wed Jul 11 14:46:26 karasawa wrote:
> ram : o = 0x0fef10, l = 0x1000
> /* The stack starts at the top of main ram. */
> topram : o = 0x0ffefc, l = 0x4
これですね. 256KB までという制限があるので
ram : o = 0x020000, l = 0x1fffe
topram : o = 0x03fffc, l = 0x4
とでもすれば動くはずです.
# vectors の length も 0x1ff ではなく 0x100 のはず・・・
-- funaki