Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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