Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
25 March 2025
m 00:09 | BytePusher diffhist +136 Bradcypert talk contribs (Add new Bytepusher implementation to machines list) |
23 March 2025
m 00:45 | 16 bits, 256 bytes diffhist 0 PrySigneToFry talk contribs |
22 March 2025
m 10:05 | Swapfuck diffhist −142 Rdococ talk contribs (→Computational class) |
N 09:42 | Brainfuck 2.0 diffhist +4,594 PrySigneToFry talk contribs (Created page with "Brainfuck 2.0 is designed by PSTF, it is based on EA Script, It's in the code. but it didn't costs anything. = Instructions = All commands work on a 30,000-bit tape, a stack, and a counter. == Basics == {| class="wikitable" |+ |- ! Instruction !! Meaning |- | <code><</code> || Moves the pointer one cell to the left. |- | <code>></code> || Moves the pointer one cell to the right. |- | <code>+</code> || Adds 1 to the pointed cell. |- | <code>-</code> || Subtracts 1 to...") |
18 March 2025
m 23:58 | Network Headache diffhist +43 Buckets talk contribs |
|
N 14:14 | BraXYZZYuck 2 changes history +1,473 [PrySigneToFry (2×)] | |||
m |
|
14:14 (cur | prev) +1 PrySigneToFry talk contribs (Fixed) | |||
N |
|
14:13 (cur | prev) +1,472 PrySigneToFry talk contribs (Created page with "BraXYZZYuck is designed by PSTF. It is extended brainfuck, and can be written in Unicode. The official pronounciation is /bɹekʰsidzʲukʰ/. = Syntax overview = There are sixteen commands, and cells are calculate with WORD(maxima is 65535). Each command is half byte. <pre> 0: > 1: < 2: + 3: - 4: . 5: , 6: [ 7: ] 8: :(Output current cell as number) 9: ;(Input number to current cell, terminate with whitespace characters) A: ?(Set current cell to a random number betw...") |
m 12:46 | Befunge diffhist +1 Tomrs123 2 talk contribs (tiny fix) |