aa
This commit is contained in:
		
							parent
							
								
									4615f188ce
								
							
						
					
					
						commit
						7b95984b49
					
				@ -2,10 +2,7 @@
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
 | 
			
		||||
// initialize the tape with 30,000 zeroes
 | 
			
		||||
unsigned char tape[30000] = {0};
 | 
			
		||||
 
 | 
			
		||||
// set the pointer to point at the left-most cell of the tape
 | 
			
		||||
unsigned char tape[30000] = {0}; 
 | 
			
		||||
unsigned char* ptr = tape;
 | 
			
		||||
 | 
			
		||||
void interpret(char* input) {
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user