Component/File Loader: Difference between revisions

From Turing Complete
No edit summary
(table update)
Line 8: Line 8:
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):
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):
{| class="wikitable"
{| class="wikitable"
!Byte Value
!Byte Values 0-64
!Symbol
!Byte Values 65-130
!Symbol
!Symbol
|-
|-
|0
|0
|Unknown
|Unknown
|65
|"A"
|-
|-
|1
|1
|"�"
|"�"
|66
|"B"
|-
|-
|2
|2
|"ȃ"
|"ȃ"
|67
|"C"
|-
|-
|3
|3
|"Ѕ"
|"Ѕ"
|68
|"D"
|-
|-
|4
|4
|"؇"
|"؇"
|69
|"E"
|-
|-
|5
|5
|"ࠉ"
|"ࠉ"
|70
|"F"
|-
|-
|6
|6
|"਋"
|"਋"
|71
|"G"
|-
|-
|7
|7
|"఍"
|"఍"
|72
|"H"
|-
|-
|8
|8
|"ฏ"
|"ฏ"
|73
|"I"
|-
|-
|9
|9
|"    "
|"    "
|74
|"J"
|-
|-
|10
|10
|Unknown
|Unknown
|75
|"K"
|-
|-
|11
|11
|Unknown
|Unknown
|76
|"L"
|-
|-
|12
|12
|"�"
|"�"
|77
|"M"
|-
|-
|13
|13
|Unknown
|Unknown
|78
|"N"
|-
|-
|13/10
|13/10
|"
|"
"
"
|79
|"O"
|-
|-
|14
|14
|"�"
|"�"
|80
|"P"
|-
|-
|15
|15
|"�"
|"�"
|81
|"Q"
|-
|-
|16
|16
|"�"
|"�"
|82
|"R"
|-
|-
|17
|17
|"�"
|"�"
|83
|"S"
|-
|-
|18
|18
|"�"
|"�"
|84
|"T"
|-
|-
|19
|19
|"�"
|"�"
|85
|"U"
|-
|-
|20
|20
|"�"
|"�"
|86
|"V"
|-
|-
|21
|21
|"�"
|"�"
|87
|"W"
|-
|-
|22
|22
|"�"
|"�"
|88
|"X"
|-
|-
|23
|23
|"�"
|"�"
|89
|"Y"
|-
|-
|24
|24
|"�"
|"�"
|90
|"Z"
|-
|-
|25
|25
|"�"
|"�"
|91
|"["
|-
|-
|26
|26
|"�"
|"�"
|92
|"\"
|-
|-
|27
|27
|"�"
|"�"
|93
|"]"
|-
|-
|28
|28
|"�"
|"�"
|94
|"^"
|-
|-
|29
|29
|"�"
|"�"
|95
|"_"
|-
|-
|30
|30
|"�"
|"�"
|96
|"`"
|-
|-
|31
|31
|"�"
|"�"
|97
|"a"
|-
|-
|32
|32
|" "
|" "
|98
|"b"
|-
|-
|33
|33
|"!"
|"!"
|99
|"c"
|-
|-
|34
|34
|"""
|"""
|100
|"d"
|-
|-
|35
|35
|"#"
|"#"
|101
|"e"
|-
|-
|36
|36
|"$"
|"$"
|102
|"f"
|-
|-
|37
|37
|"%"
|"%"
|103
|"g"
|-
|-
|38
|38
|"&"
|"&"
|104
|"h"
|-
|-
|39
|39
|"'"
|"'"
|105
|"i"
|-
|-
|40
|40
|"("
|"("
|106
|"j"
|-
|-
|41
|41
|")"
|")"
|107
|"k"
|-
|-
|42
|42
|"*"
|"*"
|108
|"l"
|-
|-
|43
|43
|"+"
|"+"
|109
|"m"
|-
|-
|44
|44
|","
|","
|110
|"n"
|-
|-
|45
|45
|"-"
|"-"
|111
|"o"
|-
|-
|46
|46
|"."
|"."
|112
|"p"
|-
|-
|47
|47
|"/"
|"/"
|113
|"q"
|-
|-
|48
|48
|"0"
|"0"
|114
|"r"
|-
|-
|49
|49
|"1"
|"1"
|115
|"s"
|-
|-
|50
|50
|"2"
|"2"
|116
|"t"
|-
|-
|51
|51
|"3"
|"3"
|117
|"u"
|-
|-
|52
|52
|"4"
|"4"
|118
|"v"
|-
|-
|53
|53
|"5"
|"5"
|119
|"w"
|-
|-
|54
|54
|"6"
|"6"
|120
|"x"
|-
|-
|55
|55
|"7"
|"7"
|121
|"y"
|-
|-
|56
|56
|"8"
|"8"
|122
|"z"
|-
|-
|57
|57
|"9"
|"9"
|123
|"{"
|-
|-
|58
|58
|":"
|":"
|124
|<nowiki>"|"</nowiki>
|-
|-
|59
|59
|";"
|";"
|125
|"}"
|-
|-
|60
|60
|"<"
|"<"
|126
|"~"
|-
|-
|61
|61
|"="
|"="
|127
|""
|-
|-
|62
|62
|">"
|">"
|128
|
|-
|-
|63
|63
|"?"
|"?"
|129
|
|-
|-
|64
|64
|"@"
|"@"
|130
|
|}
|}

Revision as of 00:46, 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 "�" 66 "B"
2 "ȃ" 67 "C"
3 "Ѕ" 68 "D"
4 "؇" 69 "E"
5 "ࠉ" 70 "F"
6 "਋" 71 "G"
7 "఍" 72 "H"
8 "ฏ" 73 "I"
9 "    " 74 "J"
10 Unknown 75 "K"
11 Unknown 76 "L"
12 "�" 77 "M"
13 Unknown 78 "N"
13/10 "

"

79 "O"
14 "�" 80 "P"
15 "�" 81 "Q"
16 "�" 82 "R"
17 "�" 83 "S"
18 "�" 84 "T"
19 "�" 85 "U"
20 "�" 86 "V"
21 "�" 87 "W"
22 "�" 88 "X"
23 "�" 89 "Y"
24 "�" 90 "Z"
25 "�" 91 "["
26 "�" 92 "\"
27 "�" 93 "]"
28 "�" 94 "^"
29 "�" 95 "_"
30 "�" 96 "`"
31 "�" 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 "?"
62 ">" 128
63 "?" 129
64 "@" 130