The result of running your compiler is the generation of one or more Jasmin assembly source files. The Jasmin assembler is then run on those files using the internal assemble target. The resulting class files are executed using the internal runJasminGeneratedClass target.
Register 1 has ....where the .... are replaced by the integer value in register 1. Code for doing that sort of thing can be modeled after what you wrote for Studio and Lab 10.
The only file you need to modify for this assignment is CodeGenVisitor.java, found in the submit package.