Advertisement
gasolinewaltz

main.cpp

Nov 3rd, 2011
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include "4241.h"
  2.  
  3.  
  4.  
  5. int main(){
  6.    
  7.     Chip_4241 chip_1;
  8.    
  9.     while( chip_1.HAULT != true ){
  10.         chip_1.read_instruction();
  11.         //chip_1.debug();
  12.     }
  13.  
  14.     return 0;
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement