add jump-over to b93extras
This commit is contained in:
@@ -41,7 +41,7 @@ fun main(args: Array<String>) {
|
|||||||
// @ ^ p3\" ":<
|
// @ ^ p3\" ":<
|
||||||
//2 234567890123456789012345678901234567890123456789012345678901234567890123456789"""
|
//2 234567890123456789012345678901234567890123456789012345678901234567890123456789"""
|
||||||
|
|
||||||
int.funge.src = """fedcba987654321>:#._@"""
|
int.funge.src = """fedc;ba9876;54321>:#._@"""
|
||||||
|
|
||||||
while (int.ip.mode != PointerMode.Terminated) {
|
while (int.ip.mode != PointerMode.Terminated) {
|
||||||
int.step()
|
int.step()
|
||||||
|
|||||||
@@ -84,6 +84,8 @@ class B93Extras : InstructionSet<Vec2, LongData, PointerMode> {
|
|||||||
move()
|
move()
|
||||||
push(instr)
|
push(instr)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
';' -> do move() while (instr.char != ';')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
|
|||||||
Reference in New Issue
Block a user