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

test

parent f0e839e0
No related branches found
No related tags found
No related merge requests found
...@@ -25,12 +25,12 @@ public class Fuzzer { ...@@ -25,12 +25,12 @@ public class Fuzzer {
pw.println("RET R0"); pw.println("RET R0");
*/ */
//pw.println("RET R-1"); //pw.println("RET R-1");
pw.println("MOV R0 513"); pw.println("MOV R1 513");
pw.println("DIV R0 R0 R1");
for(int x=0;x<20;x++){ for(int x=0;x<20;x++){
pw.println("MUL R0 R0 R0"); pw.println("MUL R0 R0 R0");
}; };
pw.println("RET R0"); pw.println("RET R0");
pw.println("RET R1");
}catch (Exception e){ }catch (Exception e){
e.printStackTrace(System.err); e.printStackTrace(System.err);
System.exit(1); System.exit(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment