Skip to content

Commit

Permalink
#77: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Jun 6, 2018
1 parent ca115a3 commit e0f1cc4
Show file tree
Hide file tree
Showing 5 changed files with 6,088 additions and 59,898 deletions.
2 changes: 1 addition & 1 deletion x86-semantics/scripts/run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sub createEnv {
my @kstates = processKFile( $basename, $filek );
my @xstates = processXFile( $basename, $filex );

pprint( \@kstates, \@xstates, $kstateskip );
#pprint( \@kstates, \@xstates, $kstateskip );

compareStates( $basename, \@kstates, \@xstates );
}
Expand Down
65,967 changes: 6,072 additions & 59,895 deletions x86-semantics/semantics/x86-instructions-semantics.k

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions x86-semantics/tests/Features/filelist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
loader
memory1
memory2
memory3
memory4
pushpop
9 changes: 9 additions & 0 deletions x86-semantics/tests/Programs/filelist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
bubblesort
for_if
funcptr
if1
if2
if3
if4
sum_array_elems
swap
2 changes: 0 additions & 2 deletions x86-semantics/tests/filelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
./Instructions/sar/
./Instructions/sarx/
./Instructions/shr/
./Instructions/vfnmsub132/
./Instructions/vsub/
./Instructions/vxorpd/
./Instructions/xadd/
./Instructions/xchg/
Expand Down

0 comments on commit e0f1cc4

Please sign in to comment.