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)