Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

7 líneas
289B

  1. ; There was a very nasty bug (cost me a couple of hours of mis-debugging) where
  2. ; ld r, (iy+d) would use the 0xdd byte code instead of the correct 0xfd one.
  3. ; genallinstrs didn't catch it because it outputs uppercase. Oh sweet mother,
  4. ; how much time did I lose over this...
  5. ld h, (iy+1)