Mirror of CollapseOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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 )