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

10 行
403B

  1. ( Relative jumps are a bit special. They're supposed to take
  2. an argument, but they don't take it so they can work with
  3. the label system. Therefore, relative jumps are an OP1 but
  4. when you use them, you're expected to write the offset
  5. afterwards yourself. )
  6. 0x18 OP1 JR, 0x10 OP1 DJNZ,
  7. 0x38 OP1 JRC, 0x30 OP1 JRNC,
  8. 0x28 OP1 JRZ, 0x20 OP1 JRNZ,