We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Examine individual changes
This page allows you to examine the variables generated by the Abuse Filter for an individual change.
Variables generated for this change
| Variable | Value |
|---|---|
Edit count of the user (user_editcount) | 53 |
Name of the user account (user_name) | 'Baldibacak' |
Age of the user account (user_age) | 13412720 |
Page ID (page_id) | 0 |
Page namespace (page_namespace) | 0 |
Page title without namespace (page_title) | 'Braindeadcpu' |
Full page title (page_prefixedtitle) | 'Braindeadcpu' |
Action (action) | 'edit' |
Edit summary/reason (summary) | 'creation of this shitty esolang' |
Old content model (old_content_model) | '' |
New content model (new_content_model) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext) | '' |
New page wikitext, after the edit (new_wikitext) | '{{stub}}
*braindeadcpu is an brainfuck like esolang created by [[User:Baldibacak|Baldibacak]] ([[User talk:Baldibacak|talk]]).
*braindeadcpu designed to be a cpu arch with least amount of transistors
*braindeadcpu only has 2 register for memory location and current instruction
== Commands ==
{| class="wikitable"
|-
! Command
! Description
! bin
|-
| inc
| increases the current ram
| 0x00
|-
| dec
| Decreases the value of the current memory cell by 1.
| 0x01
|-
| next
| increases the memory location by 1.
| 0x02
|-
| prev
| decreases the memory location by 1.
| 0x03
|-
| skip
| if current memory is 0 increment program counter by 4 skiping next 4 instruciton.
| 0x04
|-
| out
| output the current memory.
| 0x05
|-
| in
| read from input buffer then write to current memory.
| 0x06
|-
| hlt
| halts the cpu.
| 0x07
|}' |
Unified diff of changes made by edit (edit_diff) | '@@ -1,0 +1,45 @@
+{{stub}}
+*braindeadcpu is an brainfuck like esolang created by [[User:Baldibacak|Baldibacak]] ([[User talk:Baldibacak|talk]]).
+*braindeadcpu designed to be a cpu arch with least amount of transistors
+
+
+*braindeadcpu only has 2 register for memory location and current instruction
+== Commands ==
+{| class="wikitable"
+|-
+! Command
+! Description
+! bin
+|-
+| inc
+| increases the current ram
+| 0x00
+|-
+| dec
+| Decreases the value of the current memory cell by 1.
+| 0x01
+|-
+| next
+| increases the memory location by 1.
+| 0x02
+|-
+| prev
+| decreases the memory location by 1.
+| 0x03
+|-
+| skip
+| if current memory is 0 increment program counter by 4 skiping next 4 instruciton.
+| 0x04
+|-
+| out
+| output the current memory.
+| 0x05
+|-
+| in
+| read from input buffer then write to current memory.
+| 0x06
+|-
+| hlt
+| halts the cpu.
+| 0x07
+|}
' |
New page size (new_size) | 826 |
Old page size (old_size) | 0 |
Lines added in edit (added_lines) | [
0 => '{{stub}}',
1 => '*braindeadcpu is an brainfuck like esolang created by [[User:Baldibacak|Baldibacak]] ([[User talk:Baldibacak|talk]]).',
2 => '*braindeadcpu designed to be a cpu arch with least amount of transistors',
3 => '',
4 => '',
5 => '*braindeadcpu only has 2 register for memory location and current instruction ',
6 => '== Commands ==',
7 => '{| class="wikitable"',
8 => '|-',
9 => '! Command',
10 => '! Description',
11 => '! bin',
12 => '|-',
13 => '| inc',
14 => '| increases the current ram',
15 => '| 0x00',
16 => '|-',
17 => '| dec',
18 => '| Decreases the value of the current memory cell by 1.',
19 => '| 0x01',
20 => '|-',
21 => '| next',
22 => '| increases the memory location by 1.',
23 => '| 0x02',
24 => '|-',
25 => '| prev',
26 => '| decreases the memory location by 1.',
27 => '| 0x03',
28 => '|-',
29 => '| skip',
30 => '| if current memory is 0 increment program counter by 4 skiping next 4 instruciton.',
31 => '| 0x04',
32 => '|-',
33 => '| out',
34 => '| output the current memory.',
35 => '| 0x05',
36 => '|-',
37 => '| in',
38 => '| read from input buffer then write to current memory.',
39 => '| 0x06',
40 => '|-',
41 => '| hlt',
42 => '| halts the cpu.',
43 => '| 0x07',
44 => '|}'
] |
Unix timestamp of change (timestamp) | '1743472959' |