Component/File Loader: Difference between revisions

From Turing Complete
(wording and clarification update)
(removed table due to website encoding errors)
 
(8 intermediate revisions by one other user not shown)
Line 6: Line 6:
}}
}}


{{Stub}}
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 output is put into a 64-bit decoder it will output bytes 0-7 from the file. The "offset" takes in a 64 bit value and will shift the 8 bytes being output (if the offset is 1, it will output bytes 1-8, 2 would output 2-9, etc.)
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. These values are based on the following symbols (not including the first and last quotation marks):
 
{| class="wikitable"
[https://hexed.it/ This website] is the easiest way to write a file due to some text editors modifying characters into different values.
!Byte Value
!Symbol
|-
|0
|N/A
|-
|1
|"�"
|-
|2
|"ȃ"
|-
|3
|"Ѕ"
|-
|4
|"؇"
|-
|5
|"ࠉ"
|-
|6
|"਋"
|-
|7
|"఍"
|}

Latest revision as of 01:42, 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 output is put into a 64-bit decoder it will output bytes 0-7 from the file. The "offset" takes in a 64 bit value and will shift the 8 bytes being output (if the offset is 1, it will output bytes 1-8, 2 would output 2-9, etc.)

This website is the easiest way to write a file due to some text editors modifying characters into different values.