摘要:
http://0xax.blogspot.sg/2014/12/say-hello-to-x8664-assembly-part-8.htmlFloating point numbersIt is eight and final part ofSay hello to x86_64 Assembly... 阅读全文
摘要:
http://0xax.blogspot.sg/2014/12/say-hello-to-x8664-assembly-part-6.htmlIt is sixth part ofSay hello to x86_64 Assemblyand here we will look on AT&T as... 阅读全文
摘要:
http://0xax.blogspot.sg/2014/12/say-hello-to-x8664-assembly-part-7.htmlInteraction C with AssemblyIt is seventh part ofSay hello to x86_64 Assemblyand... 阅读全文
摘要:
http://0xax.blogspot.sg/2014/11/say-hello-to-x64-assembly-part-4.htmlSome time ago i started to write series of blog posts about assembly programming ... 阅读全文
摘要:
http://0xax.blogspot.sg/2014/11/say-hello-to-x8664-assembly-part-5.htmlIt is a fifth part ofSay hello to x86_64 Assemblyand here we will look at macro... 阅读全文
摘要:
http://0xax.blogspot.sg/2014/09/say-hello-to-x64-assembly-part-3.htmlStackSome time ago i started to write a series of posts about assembly x64 progra... 阅读全文
摘要:
http://0xax.blogspot.sg/2014/09/say-hello-to-x64-assembly-part-2.htmlSome days ago I wrote the first blog post - introduction to x64 assembly -Say hel... 阅读全文
摘要:
IntroductionThere are many developers between us. We write a tons of code every day. Sometime, it is even not a bad code :) Every of us can easily wri... 阅读全文
摘要:
DECLARE @geog GEOGRAPHY;DECLARE @geom GEOMETRY;SET @geom = GEOMETRY::STGeomFromText('POLYGON ((-99.213546752929688 19.448402404785156, -99.21579742431... 阅读全文