Mirror of CollapseOS
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

10 rindas
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,