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

test

parent cf680f9e
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,9 @@ public class Fuzzer { ...@@ -24,6 +24,9 @@ public class Fuzzer {
} }
pw.println("RET R0"); pw.println("RET R0");
*/ */
pw.println("RET R-1");
pw.println("MOV R1 1");
pw.println("SUB R0 R0 R1");
pw.println("RET R0"); pw.println("RET R0");
}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