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
3 July 2025
18:37 | User:Tommyaweosme diffhist +131 Tommyaweosme talk contribs |
30 June 2025
|
N 23:52 | User:Tommyaweosme/2 bits 1 byte 3 changes history +1,681 [Tommyaweosme (3×)] | |||
|
23:52 (cur | prev) −17 Tommyaweosme talk contribs | ||||
m |
|
23:51 (cur | prev) −25 Tommyaweosme talk contribs | |||
N |
|
23:46 (cur | prev) +1,723 Tommyaweosme talk contribs (Created page with "<pre><h1>2 Bits, 1 Byte Intrepreter</h1> <p>Please enter your byte.</p> <p>Output: <text id="output"></text></p> <input id="code"> <button onclick="document.getElementById('output').innerHTML=run()">Submit</button> <script> function run(){ const code = []; const source = document.getElementById("code").value; code.push(source[0] + source[1]); code.push(source[2] + source[3]); code.push(source[4] + source[5]); code.push(...") |
|
N 04:17 | 2 Bits, 1 Byte but 01 and 10 are swapped 4 changes history +6,948 [Tommyaweosme; PkmnQ (3×)] | |||
|
04:17 (cur | prev) +203 PkmnQ talk contribs | ||||
|
04:14 (cur | prev) +4,934 PkmnQ talk contribs (→Example codes) | ||||
|
03:39 (cur | prev) +6 PkmnQ talk contribs (→Endless loop) | ||||
N |
|
02:53 (cur | prev) +1,805 Tommyaweosme talk contribs (Created page with "2 Bits, 1 Byte but 01 and 10 are swapped is 2 Bits, 1 Byte but 01 and 10 are swapped. == Operations == {| class="wikitable" style="width: 100%;" |- ! Code !! Name !! Description |- | style="text-align:center;" | 00 || style="text-align:center;" | DON || DO Nothing. Or in other words, NOP. |- | style="text-align:center;" | 01 || style="text-align:center;" | JMP || JuMP. Jump (unconditionally) to address specified. |- | style="text-align:center;" | 10 || style="text-al...") |