-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexamples.json
56 lines (56 loc) · 1.93 KB
/
examples.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"file_name": "bin2dec.psm",
"image": "https://upload.wikimedia.org/wikipedia/commons/2/21/Arabic_numerals-en.svg",
"image_alt": "Numeral Systems",
"name": "Binary to Decimal"
},
{
"file_name": "dec2bin.psm",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/DEC_VT100_terminal_transparent.png/220px-DEC_VT100_terminal_transparent.png",
"image_alt": "UART Terminal",
"name": "Decimal to Binary"
},
{
"file_name": "octal.psm",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Evo8glyph.svg/330px-Evo8glyph.svg.png",
"image_alt": "Number 8",
"name": "Binary to Octal"
},
{
"file_name": "fibonacci.psm",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/FibonacciRabbit.svg/220px-FibonacciRabbit.svg.png",
"image_alt": "Rabbit Experiment",
"name": "Fibonacci Sequence"
},
{
"file_name": "gray.psm",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Gray_code_tesseract.svg/220px-Gray_code_tesseract.svg.png",
"image_alt": "Hamming Cube",
"name": "Gray Code"
},
{
"file_name": "assemblerTest.psm",
"image": "https://flatassembler.github.io/PicoBlaze/assemblerTest.gif",
"image_alt": "Assembly Code",
"name": "Assembler Test"
},
{
"file_name": "sevenSegment.psm",
"image": "https://flatassembler.github.io/PicoBlaze/hexadecimal_counter.png",
"image_alt": "Digital Clock",
"name": "Hexadecimal Counter"
},
{
"file_name": "regbanks_flags_test.psm",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/Intel_80486DX2_top.jpg/180px-Intel_80486DX2_top.jpg",
"image_alt": "CPU",
"name": "Regbanks-Flags Test"
},
{
"file_name": "preprocessor_test.psm",
"image": "https://www.theflatearthsociety.org/forum/avr/avatar_1461509_1483220545.png",
"image_alt": "Flat Assembler showcase",
"name": "Preprocessor Test"
}
]