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

test

parent 95141587
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ public class Fuzzer {
/* We just print one instruction.
Hint: you might want to make use of the instruction
grammar which is effectively encoded in Instruction.java */
pw.println("MOV R1 0")
pw.println("MOV R1 0");
for(int x=0;x<70000;x++){
pw.println("LDR R0 R1 " + x);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment