User contributions for D

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

19 November 2023

2 October 2023

30 September 2023

29 September 2023

28 September 2023

  • 13:3313:33, 28 September 2023 diff hist +284 m DipNo edit summary
  • 13:2513:25, 28 September 2023 diff hist +634 N DipCreated page with "Dip is a stack-based esolang created by User:D. == Commands == {| class="wikitable" ! Command !! Behavior |- | <code>0</code> || Push <code>0</code>. |- | <code>'</code> || Increment TOS. |- | <code>;</code> || Pop TOS. Append it to the bottom of the stack. |- | <code>( _b_ ) || While loop. (See below) |} === While loop === * While (pop stack as <code>N</code>) != <code>0</code>: :* push <code>N-1</code> :* run <code>_b_</code> as dip code == External R..."

28 August 2023

  • 12:3112:31, 28 August 2023 diff hist +518 m ShiftyNo edit summary current
  • 09:4909:49, 28 August 2023 diff hist +1,054 N ShiftyCreated page with "Shifty is an esoteric assembly language created by User:D. The primary operation is bit shifting. There are two unbounded registers, <code>A</code> and <code>B</code>. (I'll document it later) == Examples == === Cyclic tag system simulator === <pre> ; Cyclic tag simulator SLB rules: rule_1: RSK end_1 ; Move everything from A to B; ; (reversing bit order) copy_1: SKZ end_copy_1 XCH LSH XCH R..."

23 August 2023

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)