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

test

parent 7907429f
Branches
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ public class Fuzzer {
pw.println("MOV R0 512");
//pw.println("DIV R0 R0 R1");
for(int x=0;x<31;x++){
pw.println("ADD R(x+1) Rx Rx");
pw.println("ADD R"+(x+1)+" R"+x +" R"+x);
};
pw.println("RET R31");
}catch (Exception e){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment