Re: [Flashforth-devel] free flash memory on atmega devices
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2016-04-07 14:05:20
|
I did not update the ZIP file yet in SF. Only the GIT is updated on SF and GITHUB Testing is basically #send pic18/forth/xdump.txt hex 1234 07020. x! 07000. 30 xdump dead 0f010. x! 0f010. 10 xdump f010 10 dump \ Check that the data does not go ram, but flash babe 0fff0. x! 0fff0. 10 xdump fff0 10 dump \ check that the kernel is write protected 4567 ' marker 0 x! \ shud cause an address error. BR Mike |