[<<][staapl][>>][..]
Mon Sep 24 12:37:41 CEST 2007
new bootloader fixes
i got the monitor working, now i need to get the synth back up. some
things that need fixing from the debugging side:
* a correct jump assembler (+- DONE: throws exception)
* a correct disassembler (+- DONE: lfsr broken)
* constants in console (DONE)
* cache macro compilation
* a command to erase a block of code during upload
note about field overflows: for data values, it should be ok: it's
quite convenient to assume they are finite size. for example, banked
addressing.
for code it's an error, since you don't have any control over this
while programming.
[Reply][About][<<][staapl][>>][..]