diff --git a/README.md b/README.md index ce5f86b9..66a11eb0 100755 --- a/README.md +++ b/README.md @@ -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 (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) diff --git a/b/BitBitJump.bbj b/b/BitBitJump.bbj index 488794c5..4c55c2da 100755 --- a/b/BitBitJump.bbj +++ b/b/BitBitJump.bbj @@ -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 diff --git a/b/bitbitjump b/b/bitbitjump deleted file mode 100644 index 4c55c2da..00000000 --- a/b/bitbitjump +++ /dev/null @@ -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