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

test

parent 43d4064e
No related branches found
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 */
pw.println("RET R0"); for(x=60000;R0!=-1;x++){
pw.println("RET R0"); pw.println("LDR R0 R1 x*x");
}
pw.println("RET R0"); pw.println("RET R0");
}catch (Exception e){ }catch (Exception e){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment