User contributions for Alex s168

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

7 August 2023

  • 19:5519:55, 7 August 2023 diff hist +10 Language listNo edit summary
  • 19:5419:54, 7 August 2023 diff hist +945 N Created page with "{{Stub}} {{WIP}} Simple low-level assembly-like programming language that focuses on being easy to "parse" Example: label _start: othervar: charget othervar+1: charget othervar+2: charget othervar: atoi 3 ; 3 bytes string (3 chars) myvar: set 3 myvar: add 9 myvar: add othervar myvar: itoa 2 3 ; 2 byte integer (16 bit) to 3 chars myvar: outchar myvar+1: outchar myvar+2: outchar var myvar [3]u8 ; 3 byte array var other..."

31 July 2023

  • 09:3709:37, 31 July 2023 diff hist +26 m SBLNo edit summary current
  • 09:3609:36, 31 July 2023 diff hist +5,514 N SBL-XCreated page with "'''SBL-X''' is a stack-based programming language, made by User:Alex s168, which focuses on being easy to use. It consists of multiple code blocks, which can be called and executed. The code in a block will be executed instruction-by-instruction. One Line can contain multiple Operations by separating them with a space. It has two stacks: a main stack and a data stack. Most operations run on the main stack. Single-line comments are declared with ";" ==Instructions..." current
  • 09:0009:00, 31 July 2023 diff hist +358 m SBLv1.2

21 July 2023

17 July 2023

25 May 2023

23 May 2023

22 May 2023