Skip to content

A Ruby script that converts the asm80.com hex format to the KIM-1 paper tape format

Notifications You must be signed in to change notification settings

jriff/asm80.com_to_KIM-1_paper_tape_format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Asm80.com hex fomat to KIM-1 paper tape format

A Ruby script that converts the asm80.com hex format to the KIM-1 paper tape format.

Usage

Reads asm80.com output from stdin and dumps the result to stdout.

OSX example:

pbpaste | ./asm80ToPaperTape.rb | pbcopy

This will convert the contents of the OSX clipboard and copy the result back to the clipboard.

Remember to change the shebang line (#!) to your ruby path!

About

A Ruby script that converts the asm80.com hex format to the KIM-1 paper tape format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages