Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

10 lignes
310B

  1. ( During a CASE, the stack grows by 1 at each ENDOF so that
  2. we can fill all those ENDOF branching addrs. So that we
  3. know when to stop, we put a 0 on PSP. That's our stopgap. )
  4. : CASE 0 ; IMMEDIATE
  5. : OF
  6. COMPILE OVER COMPILE =
  7. [COMPILE] IF COMPILE DROP
  8. ; IMMEDIATE
  9. : ENDOF [COMPILE] ELSE ; IMMEDIATE