Skip to content
Snippets Groups Projects
Commit 87a570c6 authored by ryuzakighost's avatar ryuzakighost
Browse files

Tweak

parent 00dc30a7
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ public class Fuzzer { ...@@ -22,7 +22,7 @@ public class Fuzzer {
Hint: you might want to make use of the instruction Hint: you might want to make use of the instruction
grammar which is effectively encoded in Instruction.java */ grammar which is effectively encoded in Instruction.java */
pw.println("MOV R1 1"); pw.println("MOV R1 1");
pw.println("MOV R2 1"); pw.println("MOV R2 10");
for(int x=0;x<120000;x++){ for(int x=0;x<120000;x++){
pw.println("ADD R1 R1 R2"); pw.println("ADD R1 R1 R2");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment