Changes

Technical information about Locomotive BASIC

1 byte added, 10:56, 13 July 2019
/* BASIC tokens */
| INPUT
|-
| &a4 9
| KEY
|-
|}
*This token identifies a integer (16-bit) number. The two bytes following this token is the number, stored low byte then high byte. e.g. &191a,&2d,&00 represents the integer number "&002d"="45".
*This token (&0B) is changed at run-time to &0D
*This token identifies a integer variable. 02,00,00,var name offset to number in program setup when program RUN. The variable name is stored directly, with bit 7 of the last character set.
2,541
edits