Skip to content

Commit

Permalink
3 columns, fix retn
Browse files Browse the repository at this point in the history
  • Loading branch information
xem committed Dec 31, 2016
1 parent a3e3ceb commit 7d65052
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 203 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Bonus:
- SYMETRIE by Řrřola: http://www.pouet.net/prod.php?which=32589
- QUATRO by Desire and sensenstahl: http://www.pouet.net/prod.php?which=68020

**4kb:**

- Motion sickness by Yobi/wAMMA: http://www.pouet.net/prod.php?which=6404
---

### Assets
Expand Down
2 changes: 1 addition & 1 deletion TLDR.md
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ F2 0F F0 r P4++ LDDQU xmm m128

**Mnemonic collision**

movsd refers to:
movsd refers to two opcodes:
- ````A5````: "Move Data from String to String"
- ````F2````: "Move Scalar Double-precision floating-point"

Expand Down
11 changes: 9 additions & 2 deletions decompiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
<input onchange="with(f=new FileReader)readAsArrayBuffer(files[0]),onload=function(){u=new Uint8Array(f.result);if(u.length<=64*1024)d()}"type=file>
<br>
<br>
<pre><table id=t border cellspacing=0 cellpadding=4>
<pre>
<table id=t border cellspacing=0 cellpadding=4>
<tr><th>@<th>hex<th>asm
<tr><td id=address><td id=hex><td id=asm>
<script src=helpers.js></script>
<script src=decompiler.js></script>
<script>
Expand Down Expand Up @@ -155,4 +158,8 @@

hello.onclick();
hello.focus();
</script>
</script>

<style>
th,td { line-height:20px }
span { width:9px;height:15px;display:inline-block;vertical-align:middle;border:1px solid #ccc;line-height:0; }
Loading

0 comments on commit 7d65052

Please sign in to comment.