add jump-over to b93extras

This commit is contained in:
2018-11-27 14:14:28 -05:00
parent dad81ffd40
commit 626094320d
2 changed files with 3 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ fun main(args: Array<String>) {
// @ ^ p3\" ":<
//2 234567890123456789012345678901234567890123456789012345678901234567890123456789"""
int.funge.src = """fedcba987654321>:#._@"""
int.funge.src = """fedc;ba9876;54321>:#._@"""
while (int.ip.mode != PointerMode.Terminated) {
int.step()

View File

@@ -84,6 +84,8 @@ class B93Extras : InstructionSet<Vec2, LongData, PointerMode> {
move()
push(instr)
}
';' -> do move() while (instr.char != ';')
}
}
return true