Component/File Loader: Difference between revisions

From Turing Complete
(table update)
(table update)
Line 19: Line 19:
|-
|-
|1
|1
|"�"
|Unknown
|66
|66
|"B"
|"B"
Line 90: Line 90:
|-
|-
|14
|14
|"�"
|Unknown
|80
|80
|"P"
|"P"
|-
|-
|15
|15
|"�"
|Unknown
|81
|81
|"Q"
|"Q"
|-
|-
|16
|16
|"�"
|Unknown
|82
|82
|"R"
|"R"
|-
|-
|17
|17
|"�"
|Unknown
|83
|83
|"S"
|"S"
|-
|-
|18
|18
|"�"
|Unknown
|84
|84
|"T"
|"T"
|-
|-
|19
|19
|"�"
|Unknown
|85
|85
|"U"
|"U"
|-
|-
|20
|20
|"�"
|Unknown
|86
|86
|"V"
|"V"
|-
|-
|21
|21
|"�"
|Unknown
|87
|87
|"W"
|"W"
|-
|-
|22
|22
|"�"
|Unknown
|88
|88
|"X"
|"X"
|-
|-
|23
|23
|"�"
|Unknown
|89
|89
|"Y"
|"Y"
|-
|-
|24
|24
|"�"
|Unknown
|90
|90
|"Z"
|"Z"
|-
|-
|25
|25
|"�"
|Unknown
|91
|91
|"["
|"["
|-
|-
|26
|26
|"�"
|Unknown
|92
|92
|"\"
|"\"
|-
|-
|27
|27
|"�"
|Unknown
|93
|93
|"]"
|"]"
|-
|-
|28
|28
|"�"
|Unknown
|94
|94
|"^"
|"^"
|-
|-
|29
|29
|"�"
|Unknown
|95
|95
|"_"
|"_"
|-
|-
|30
|30
|"�"
|Unknown
|96
|96
|"`"
|"`"
|-
|-
|31
|31
|"�"
|Unknown
|97
|97
|"a"
|"a"

Revision as of 00:52, 19 December 2024

File Loader
Type io / sandbox
Unlocked by Lab

This component allows you to choose a file on your computer and outputs a 64 bit address based on the content of the file. If this input is put into a 64-bit decoder it will output 8 bytes. Some symbols will output more than one byte of data, this is represented on the chart by putting a slash between the values. These values will be outputted from left to right. Some quotation marks may look empty, but they are just invisible characters. Some values are unknown. These values are based on the following symbols (not including the first and last quotation marks):

Byte Values 0-64 Symbol Byte Values 65-130 Symbol
0 Unknown 65 "A"
1 Unknown 66 "B"
2 "ȃ" 67 "C"
3 "Ѕ" 68 "D"
4 "؇" 69 "E"
5 "ࠉ" 70 "F"
6 "਋" 71 "G"
7 "఍" 72 "H"
8 "ฏ" 73 "I"
9 Unknown 74 "J"
10 Unknown 75 "K"
11 Unknown 76 "L"
12 Unknown 77 "M"
13 Unknown 78 "N"
13/10 "

"

79 "O"
14 Unknown 80 "P"
15 Unknown 81 "Q"
16 Unknown 82 "R"
17 Unknown 83 "S"
18 Unknown 84 "T"
19 Unknown 85 "U"
20 Unknown 86 "V"
21 Unknown 87 "W"
22 Unknown 88 "X"
23 Unknown 89 "Y"
24 Unknown 90 "Z"
25 Unknown 91 "["
26 Unknown 92 "\"
27 Unknown 93 "]"
28 Unknown 94 "^"
29 Unknown 95 "_"
30 Unknown 96 "`"
31 Unknown 97 "a"
32 " " 98 "b"
33 "!" 99 "c"
34 """ 100 "d"
35 "#" 101 "e"
36 "$" 102 "f"
37 "%" 103 "g"
38 "&" 104 "h"
39 "'" 105 "i"
40 "(" 106 "j"
41 ")" 107 "k"
42 "*" 108 "l"
43 "+" 109 "m"
44 "," 110 "n"
45 "-" 111 "o"
46 "." 112 "p"
47 "/" 113 "q"
48 "0" 114 "r"
49 "1" 115 "s"
50 "2" 116 "t"
51 "3" 117 "u"
52 "4" 118 "v"
53 "5" 119 "w"
54 "6" 120 "x"
55 "7" 121 "y"
56 "8" 122 "z"
57 "9" 123 "{"
58 ":" 124 "|"
59 ";" 125 "}"
60 "<" 126 "~"
61 "=" 127 Unknown
62 ">" 128 Unknown
63 "?" 129 Unknown
64 "@" 130 Unknown