This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Welcome to Episkopos! | |
| # Now, I know you are all wondering what madness has crawled out of my twisted | |
| # mind and into your computer. This is a register based virtual machine... | |
| # written completely in bash. | |
| # Don't look at me like that, its a great idea. | |
| # Think of a world where bash is compiled to bash and run on bash. Its an endless | |
| # recursive cycle. The name comes from discordianism, which I often turn to | |
| # when I'm writing something particularlly nutty. | |
| declare -A general_reg=(["r0"]=0 ["r1"]=0 ["r2"]=0 ["r3"]=0 ["r4"]=0 ["r5"]=0 ["ze"]=0 ["tr"]=1) |
OlderNewer