Remove second bitbitjump

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall
2020-09-02 17:50:43 +12:00
parent d970061863
commit c9cc89b345
3 changed files with 3 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contributing to the project!
<!--Languages start-->
## Languages (661 total)
## Languages (660 total)
* [05Ab1E](%23/05AB1E)
* [0815](%23/0815.0815)
@@ -131,7 +131,6 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
* [Binaryfuck](b/binaryfuck.bf)
* [Birl](b/BIRL.c)
* [Bit](b/BIT.bit)
* [Bitbitjump](b/bitbitjump)
* [Bitbitjump](b/BitBitJump.bbj)
* [Bitsbox](b/bitsbox.b)
* [Blackrum](b/BlackRum.br)

View File

@@ -2,7 +2,7 @@
start: .deref p X
.testH X print -1
print: .out X
.add p (w+1) p
.add p BASE p
0 0 start
p:H X:0
H:72 101 108
@@ -10,4 +10,4 @@ print: .out X
32 87 111
114 108 100
33 10 -1
.include lib
.include lib.bbj

View File

@@ -1,13 +0,0 @@
Z0:0 Z1:0
start: .deref p X
.testH X print -1
print: .out X
.add p BASE p
0 0 start
p:H X:0
H:72 101 108
108 111 44
32 87 111
114 108 100
33 10 -1
.include lib.bbj