The PIC contains EEPROM which the virtual machine makes available to you.
We recommend it be used to store information about BitScope itself such as:
Two registers:
R16 EEPROM Data EEPROM Data Register. R17 EEPROM Address EEPROM Address Register.
and two instructions:
R 0x52 Read EEPROM byte at address (R17) and print. W 0x57 Write byte R16 to EEPROM address (R17).
available for EEPROM programming. Reading and writing bytes from/to EEPROM is as simple as programming the address R17 and reading R a byte to the serial port, or writing W a byte from a value previously programmed to R16.