KLL Compiler
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

simpleExample.kll 213B

1234567891011
  1. Name = "Simple Example";
  2. Author = "HaaTa (Jacob Alexander) 2014-2015";
  3. KLL = 0.3a;
  4. usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
  5. #S0x40 : U0x43;
  6. S0x40 : U"Backspace";
  7. S0x42 : U"}";
  8. S0x42 : U"Esc";