Skip to content

Converts an LC3 .obj file into an .asm file that does the same thing as the original program, but is written using nothing but .FILL instructions.

Notifications You must be signed in to change notification settings

Martianmellow12/LC3-Obfuscatron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

LC-3 Obfuscatron

Writing LC-3 assembly sucks, so share some pain with the person grading it

This program is pretty simple: it takes a compiled LC-3 .obj file and creates a new LC-3 .asm file that is the original program, but using nothing but the .FILL assembler instruction to create it. The new .asm file still compiles and runs, but it lacks comments or anything remotely close to human readable code.

Note: I don't take responsibility for any angry teachers, TAs, or professors, but be sure let me know if you get in trouble so we can laugh/sob together.

About

Converts an LC3 .obj file into an .asm file that does the same thing as the original program, but is written using nothing but .FILL instructions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages