0x0064 REM basictest 0x006E LET A=C+16 0x0078 FOR B=1 TO 5 0x007D FOR D=0 TO 2 0x0082 PRINT "A=";A;" B=";B;" D=";D 0x0087 NEXT D 0x008C NEXT B 0x00C8 INPUT "Enter C",C 0x00D2 GOSUB 1000 0x00DC IF C=20 THEN PRINT "C=20!!"; ELSE PRINT "C!=20"; 0x00E6 END 0x03E8 PRINT "C=";C 0x03F2 RETURN 0xFFFF END
Sjaak demonstrated a basic scripting language that could be integrated into the Bus Pirate terminal. Take a look and tell us what you think.

Think this is a great idea, would be pretty useful for scripting interrupts, for example, I’m playing around with a magstripe reader now, could do a small script to read a card when the card present line is held low.