Skip to content
Snippets Groups Projects
Commit cae17b0e authored by Zhaolin Deng's avatar Zhaolin Deng
Browse files

test

parent 25b5a60e
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,10 @@ public class Fuzzer {
pw.println("RET R0");
*/
//pw.println("RET R-1");
pw.println("MOV R1 513");
pw.println("SUB R0 R0 R1");
//pw.println("MOV R0 513");
for(int x=0;x<20;x++){
pw.println("MUL R0 R0 R0");
};
pw.println("RET R0");
}catch (Exception e){
e.printStackTrace(System.err);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment