Replies: 2 comments 3 replies
-
The file must have the .hex format to load Logisim hex files. To be honest, you should directly just use raw and edit the file in a hex editor |
Beta Was this translation helpful? Give feedback.
3 replies
-
This is great!! Digital Rocks... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to load my CPUs program memory before startup using an external file (a txt file) and I cant seem to figure out how it loads in the data. When I give it data in hex, binary, decimal, etc it always overflows the memory location into even though the space should be sufficient. For example my memory can hold 2 bytes in it but when I write 4 hex characters for those two bytes and start the program, the memory is filled all the way through addresses 0-5 and the number is way larger than it should be. I cant seem to find documentation on to properly load it in. Any help is appreciated.
I want to load 0x8001 into address 0 of memory but I don't get how it is loading in.
Beta Was this translation helpful? Give feedback.
All reactions