Component/File Loader

From Turing Complete
Revision as of 01:42, 19 December 2024 by 67.2.161.141 (talk) (removed table due to website encoding errors)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.