Update dynasm.md

This commit is contained in:
Cosmin Apreutesei
2017-11-06 13:25:02 +02:00
committed by GitHub
parent e0256efd51
commit 9fc1c1c6b0
-1
View File
@@ -303,7 +303,6 @@ As for the user-facing changes, the list is again small:
## Assembler tutorials & ref docs
* [x64 tutorial](https://software.intel.com/en-us/articles/introduction-to-x64-assembly/)
* [SSE tutorial](http://neilkemp.us/src/sse_tutorial/sse_tutorial.html)
* [SSE quick ref](http://softpixel.com/~cwright/programming/simd/sse.php)
* [FPU tutorial & ref](http://www.website.masmforum.com/tutorials/fptute/index.html)
* [Agner Fog - Calling Conventions](http://www.agner.org/optimize/calling_conventions.pdf)