Mirror of CollapseOS
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

7 Zeilen
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)