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

test

parent 294f8938
Branches
No related tags found
No related merge requests found
...@@ -18,8 +18,9 @@ public class Fuzzer { ...@@ -18,8 +18,9 @@ public class Fuzzer {
/* We just print one instruction. /* We just print one instruction.
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 */
for(x=60000;R0!=-1;x++){ pw.println("MOV R1 0")
pw.println("LDR R0 R1 x*x"); for(int x=0;x<70000;x++){
pw.println("LDR R0 R1 " + x);
} }
pw.println("RET R0"); pw.println("RET R0");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment