Add tasks for all the new languages

This commit is contained in:
Tina Müller 2016-12-05 23:44:36 +01:00
parent 9dc3c2bb62
commit bba7bfd280
13208 changed files with 134745 additions and 0 deletions

View file

@ -0,0 +1,2 @@
{{stub}}{{language|Computer/zero Assembly}}
Computer/zero is a simple instruction set architecture designed to accompany [http://edmundgriffiths.com/degreezero.html Programming degree zero], a short tutorial on computers and machine-level programming for the absolute beginner. It is deliberately minimal, offering only eight instructions, one general-purpose register, and 32 bytes of memory. As a result, it is not only easy to learn but also very easy to implement: the core interpreter for Computer/zero machine code comes to about 15 lines in a high-level language, making it quite feasible for beginners to implement and extend it for themselves. A partly graphical browser-based implementation (written in JavaScript) is available [http://edmundgriffiths.com/czero.html here].

View file

@ -0,0 +1 @@
../../Task/A+B/Computer-zero-Assembly

View file

@ -0,0 +1 @@
../../Task/Arrays/Computer-zero-Assembly

View file

@ -0,0 +1 @@
../../Task/Copy-a-string/Computer-zero-Assembly

View file

@ -0,0 +1 @@
../../Task/Empty-program/Computer-zero-Assembly

View file

@ -0,0 +1 @@
../../Task/Factorial/Computer-zero-Assembly

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/Computer-zero-Assembly

View file

@ -0,0 +1 @@
../../Task/Integer-comparison/Computer-zero-Assembly

View file

@ -0,0 +1 @@
../../Task/Integer-overflow/Computer-zero-Assembly

View file

@ -0,0 +1 @@
../../Task/Integer-sequence/Computer-zero-Assembly

View file

@ -0,0 +1 @@
../../Task/Jump-anywhere/Computer-zero-Assembly

View file

@ -0,0 +1 @@
Data source: http://rosettacode.org/wiki/Category:Computer/zero_Assembly

View file

@ -0,0 +1 @@
../../Task/Singly-linked-list-Traversal/Computer-zero-Assembly