Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "4241.h"
- int main(){
- Chip_4241 chip_1;
- while( chip_1.HAULT != true ){
- chip_1.read_instruction();
- //chip_1.debug();
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement