KLL Compiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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";