Skip to content

A command simulator to deal with simple binary data by 4 commands, 1 address pointer, 1 memory space, and 1 store register (1 bit).

Notifications You must be signed in to change notification settings

perryzjc/Interpreter-Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interpreter-Basic

my simulator for the challenge

I currently solve challenge 0 & challenge 1

0. least commands solution of challenge 0 is found by my BruceLoop2 class, only 12 commands

LOAD CDEC INC LOAD CDEC INC INC LOAD CDEC INVI INC INV

1. least commands solution of challenge 1 is found by my BruceFindSolution class, only 13 commands

LOAD INC INV CDEC INV LOAD CDEC INC LOAD CDEC INC INC INV

About

A command simulator to deal with simple binary data by 4 commands, 1 address pointer, 1 memory space, and 1 store register (1 bit).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages