A "high-level" language for the Gameboy
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.

8 lines
77 B

  1. [[ extern ]] u8 z;
  2. [[ extern ]] u8 w;
  3. u8 x;
  4. u8 y;
  5. x <- -y + j;
  6. z <- w + 7;