mikaelpatel / Arduino-Shell

RPN Postscript/Forth Command Shell for Arduino
19 stars 5 forks source link

Enhance: Improve trace of script address (ip) #36

Closed mikaelpatel closed 8 years ago

mikaelpatel commented 8 years ago

As scripts may run from SRAM, EEPROM and PROGMEM the synthetic linear address should be shown in the trace instead of the local address.

mikaelpatel commented 8 years ago

Please see commit https://github.com/mikaelpatel/Arduino-Shell/commit/dfa2fc5d89ec6461a474555ed1942681c839e35a.

mikaelpatel commented 8 years ago

Alternative is to use a prefix to the local address such as R, E and P.

mikaelpatel commented 8 years ago

New format. Please see commit https://github.com/mikaelpatel/Arduino-Shell/commit/8f62fa19d85233e86d9dc597d5290ca08e06e8c0.