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

fuzzer tweak

parent 887af567
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,8 @@ public class Fuzzer { ...@@ -24,7 +24,8 @@ 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.println("RET R0"); pw.pritnln("ADD R2 R0 R1");
pw.println("RET R2");
}catch (Exception e){ }catch (Exception e){
e.printStackTrace(System.err); e.printStackTrace(System.err);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment