Mirror of CollapseOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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