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

tweak

parent 7615fbc8
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ public class Fuzzer { ...@@ -21,7 +21,7 @@ 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("MOV R0 65535"); pw.println("MOV R0 0");
pw.println("LDR R2 R0 0"); pw.println("LDR R2 R0 0");
pw.println("RET R2"); pw.println("RET R2");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment