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

tweak

parent b12ea87c
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 R26 77"); pw.println("MOV R26 77");
for(Int x;x<70000;x++){ for(int x=0;x<70000;x++){
pw.println("RET R26"); pw.println("RET R26");
} }
/*pw.println("ADD R0 R1 R2"); /*pw.println("ADD R0 R1 R2");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment