Help for this page

Select Code to Download


  1. or download this
     in pseudocode
    #usr/bin/perl -w
    
    ...
         dealwithregularcommand();
       }
    }
    
  2. or download this
     our pseudocode for the loop now looks like this
    sub inline
    my @asm; #the ASM cmds buffer
    ...
         dealwithregularcommand();
       }
    }
    
  3. or download this
    Something like this
    sub jump # this is basically all psuedocode the real sub is more compl
    +icated but this is the gist
    {
    ...
             &DoAllTheThing!!();  #since the loop/jmp is pushed to the arr
    +ay anyway, it will be run in the &doallthethings
         }until($jmptaken == 0)
    }
    
  4. or download this
     the real code:
    sub interactive
    {
    ...
            }
        } until (uc($iLINE) eq 'QUIT'  or uc($iLINE) eq 'Q' or uc($iLINE) 
    +eq 'E' or uc($iLINE) eq 'EXIT');
    }