Turing Complete

Turing Complete

View Stats:
Loading data into ROM
Is there any way to load raw binary data into ROM?
I have a some program as a binary file. I want to load (hardcode) it into ROM and start executing it when the simulation starts.
How can I do this in a sandbox?
I don't want to use regular assembler to write code.
< >
Showing 1-5 of 5 comments
kai Dec 24, 2024 @ 9:13am 
Just convert it to a hex dump like...
0x00 0x01 0xFF 0x12 0x5D
...and do a copy'n'paste.
Yes, if you use programmable memory, it works.
But it’s strange that if you select a ROM block, the editing icon does not appear there...
kai Dec 25, 2024 @ 9:30pm 
ROM is just sandbox RAM without reset between tests. You can use the file loader component in sandbox.
Last edited by kai; Dec 25, 2024 @ 9:31pm
File loader does not work
I am changing OFFSET but see zeros on output pin
Originally posted by Дедушка Ленин:
File loader does not work
I am changing OFFSET but see zeros on output pin
i belive file loader outputs ascii text
< >
Showing 1-5 of 5 comments
Per page: 1530 50