Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
2
Lang/Computer-zero-Assembly/00DESCRIPTION
Normal file
2
Lang/Computer-zero-Assembly/00DESCRIPTION
Normal 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].
|
||||
1
Lang/Computer-zero-Assembly/A+B
Symbolic link
1
Lang/Computer-zero-Assembly/A+B
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/A+B/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/Arrays
Symbolic link
1
Lang/Computer-zero-Assembly/Arrays
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arrays/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/Copy-a-string
Symbolic link
1
Lang/Computer-zero-Assembly/Copy-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Copy-a-string/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/Empty-program
Symbolic link
1
Lang/Computer-zero-Assembly/Empty-program
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-program/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/Factorial
Symbolic link
1
Lang/Computer-zero-Assembly/Factorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factorial/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/Fibonacci-sequence
Symbolic link
1
Lang/Computer-zero-Assembly/Fibonacci-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fibonacci-sequence/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/Integer-comparison
Symbolic link
1
Lang/Computer-zero-Assembly/Integer-comparison
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-comparison/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/Integer-overflow
Symbolic link
1
Lang/Computer-zero-Assembly/Integer-overflow
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-overflow/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/Integer-sequence
Symbolic link
1
Lang/Computer-zero-Assembly/Integer-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-sequence/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/Jump-anywhere
Symbolic link
1
Lang/Computer-zero-Assembly/Jump-anywhere
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Jump-anywhere/Computer-zero-Assembly
|
||||
1
Lang/Computer-zero-Assembly/README
Normal file
1
Lang/Computer-zero-Assembly/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
Data source: http://rosettacode.org/wiki/Category:Computer/zero_Assembly
|
||||
1
Lang/Computer-zero-Assembly/Singly-linked-list-Traversal
Symbolic link
1
Lang/Computer-zero-Assembly/Singly-linked-list-Traversal
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Singly-linked-list-Traversal/Computer-zero-Assembly
|
||||
Loading…
Add table
Add a link
Reference in a new issue