Mirror of CollapseOS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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