Fantasy Console
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.
 
 

5 lines
86 B

  1. ; a simple test
  2. ld:immd $t1 0x3333
  3. ld:immd $t2 0x1111
  4. add $t1 $t2 $t3
  5. sub $t3 $t2 $t4