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

10 行
399B

  1. This is because there's bitwise ORing involved in the creation
  2. of the final opcode, which makes z80a's approach impractical.
  3. This makes labelling a bit different too. Instead of expecting
  4. label words after the naked branching op, we rather have label
  5. words expecting branching wordref as an argument. Examples:
  6. L2 ' BRTS FLBL! ( branch forward to L2 )
  7. L1 ' RJMP LBL, ( branch backward to L1 )