#Concurrent Filesystem Befunge 98 - 53\18 bytes (almost certainly cheating)
Concurrent Filesystem Befunge 98 - 53\18 bytes (almost certainly cheating)
Full 53 byte interpreter with no restrictions (although I haven't tested complicated timing interactions involving IP splitting and wrapping):
v ;;;;;;;;
>]390'ai@
t;;;;;;;;
;>zzzzz#;
Reads input from a file named a
and executes it. It isn't specifed in the rules that we can't use self-modifying code.
18 byte interpreter that does not allow wrapping (the IP moving of one edge of the code and starting at the opposite edge):
]210'ai@
t
><