table 189 B

123456789101112131415
  1. /* 8080 desciptor table for ACK target optimizer */
  2. MAXOP 2;
  3. %%;
  4. X, Y, Z { TRUE };
  5. %%;
  6. /* Whitespace is significant here! */
  7. ld X, Y : ld X, Z -> mov X, Z ;
  8. %%;