Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

10 linhas
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 )