Skip to content

Enter string that is converted to a file that can be loaded into Logisim memory and read as ASCII code

Notifications You must be signed in to change notification settings

Adam-Reeves/LogisimStringToImageParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is a simple parser I created to aid me with a module at Uni.

How to use:

Enter desired filename. DO NOT include extensions. The script will add .img as default.
Run the python script and type the string you wish to be read from Logisim memory and displayed on the TTY.
If you wish to include a line break then just type "\n" as you would normally in Python.
Go to Logisim and 'load image' into memory.
If this memory containing the newly created image is hooked up to a TTY; when run it will display the text on the TTY.

About

Enter string that is converted to a file that can be loaded into Logisim memory and read as ASCII code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages