Hardware Emulation (Preview)
Pre-release
Pre-release
It is now possible to interact with the virtual Microcontroller. The system works - but has to be optimized
Coming soon: IN/OUT logic, look and feel
Test it:
' {$STAMP BS1}
SYMBOL refresh_rate = 100
loop:
DEBUG CLS
DEBUG PIN0,CR,PIN1,CR,PIN2,CR,PIN3,CR,PIN4,CR,PIN5,CR,PIN6,CR,PIN7,CR,CR
PAUSE refresh_rate
GOTO loop