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

fuzzer tweak

parent 496c9d68
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ public class Fuzzer { ...@@ -24,7 +24,7 @@ public class Fuzzer {
pw.println("MOV R1 1"); pw.println("MOV R1 1");
pw.println("MOV R2 0"); pw.println("MOV R2 0");
pw.println("DIV R0 R1 R2"); pw.println("DIV R0 R1 R2");
pw.pritnln("ADD R2 R0 R1"); pw.println("ADD R2 R0 R1");
pw.println("RET R2"); pw.println("RET R2");
}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