<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>alt.lang.asm Google Group</title>
  <link>http://groups.google.com/group/alt.lang.asm</link>
  <description>Assembly languages of various flavors.</description>
  <language>en</language>
  <item>
  <title>Re: AMD64: 32bit operations extend to 64 bits.</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/aa6035969f7410dc/391dfecdd834de8c?show_docid=391dfecdd834de8c</link>
  <description>
  yep, the high bits are zeroed with 32-bit operations. &lt;br&gt; note, however, that they are not zeroed with other-sized operations (8 or 16 &lt;br&gt; bit). &lt;br&gt; in many cases, one may need to check particular instruction semantics for &lt;br&gt; maters of zeroing, especially if one gets into cases involving SSE &lt;br&gt; instructions, as not all operations are entirely consistent here.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/aa6035969f7410dc/391dfecdd834de8c?show_docid=391dfecdd834de8c</guid>
  <author>
  cr88...@hotmail.com
  (BGB / cr88192)
  </author>
  <pubDate>Mon, 04 Jan 2010 22:53:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: Debugger for AMD64?</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/9c148fd04292ff7c?show_docid=9c148fd04292ff7c</link>
  <description>
  Sztacheta - jozeksztacheta wrote... but the clax86 moderation software &lt;br&gt; ate his post (for some reason) &lt;br&gt; Try FDBG &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://feryno.host.sk/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Sorry to have dropped your post - hope I&#39;ve got it right! Thanks! &lt;br&gt; Best, &lt;br&gt; Frank
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/9c148fd04292ff7c?show_docid=9c148fd04292ff7c</guid>
  <author>
  fbkot...@myfairpoint.net
  (Frank Kotler)
  </author>
  <pubDate>Mon, 04 Jan 2010 22:44:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Debugger for AMD64?</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/84e4e11f07cd7a44?show_docid=84e4e11f07cd7a44</link>
  <description>
  for which OS?... &lt;br&gt; if Windows, I am using WinDbg, but granted this is not a command-line &lt;br&gt; debugger. &lt;br&gt; still has support for disassembly, ... &lt;br&gt; for Linux, there is GDB... &lt;br&gt; I think there may be a Win64 port of GDB by now, but I have not checked. &lt;br&gt; I forget where exactly, but I think there was also a command-line debugger
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/84e4e11f07cd7a44?show_docid=84e4e11f07cd7a44</guid>
  <author>
  cr88...@munged.microcosmotalk.com
  (BGB / cr88192)
  </author>
  <pubDate>Mon, 04 Jan 2010 22:25:16 UT
</pubDate>
  </item>
  <item>
  <title>AMD64: 32bit operations extend to 64 bits.</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/aa6035969f7410dc/3dc0950c06dccafe?show_docid=3dc0950c06dccafe</link>
  <description>
  Hello, &lt;br&gt; Pending my debugger question so I can test this stuff out.... &lt;br&gt; Is it correct in my assumption that taken the instruction: &lt;br&gt; shr edx,2 &lt;br&gt; will result in the high 32 bits of rdx being zero so I can turn around and &lt;br&gt; use rdx? &lt;br&gt; Also, would the following affectively zero the high 32 bits of a general &lt;br&gt; register rax:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/aa6035969f7410dc/3dc0950c06dccafe?show_docid=3dc0950c06dccafe</guid>
  <author>
  t...@is.invalid
  (David)
  </author>
  <pubDate>Mon, 04 Jan 2010 22:16:58 UT
</pubDate>
  </item>
  <item>
  <title>Debugger for AMD64?</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/965e362526297476?show_docid=965e362526297476</link>
  <description>
  Anyone know of a AMD64 compatible symdeb/debug (command line) type debugger? &lt;br&gt; I use them all the time to test instruction results. For i386 I use ddeb, &lt;br&gt; but don&#39;t know of an AMD64 version?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/965e362526297476?show_docid=965e362526297476</guid>
  <author>
  t...@is.invalid
  (David)
  </author>
  <pubDate>Mon, 04 Jan 2010 20:10:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Buon Natale</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/56c51cf5497a0b6b?show_docid=56c51cf5497a0b6b</link>
  <description>
  &amp;quot;Herbert Kleebauer&amp;quot; &amp;lt;k...@unibwm.de&amp;gt; ha scritto nel messaggio &lt;br&gt; if at that address i specify: &lt;br&gt; (si==100, bp==09xx) &lt;br&gt; 00000072 55 push bp ; U &lt;br&gt; 00000073 58 pop ax ; X &lt;br&gt; 00000074 56 push si ; V &lt;br&gt; 00000075 5A pop dx ; Z &lt;br&gt; 00000076 53 push bx ; S (not used)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/56c51cf5497a0b6b?show_docid=56c51cf5497a0b6b</guid>
  <author>
  a...@b.c.invalid
  (io_x)
  </author>
  <pubDate>Mon, 04 Jan 2010 09:17:41 UT
</pubDate>
  </item>
  <item>
  <title>Announce: Introducing CRUDASM3 (new disassembler with full source code)</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ebfcdd71f8fa24c7/4271640ac7d95d68?show_docid=4271640ac7d95d68</link>
  <description>
  Happy new year everyone! &lt;br&gt; It&#39;s been nearly a year and a half since I first released CRUDASM1, a &lt;br&gt; disassembler written entirely by me that supported 16 and 32 bit x86 &lt;br&gt; raw binary images and is available under GPL 3.0. &lt;br&gt; After some discussion at this newsgroup, people found bugs and this &lt;br&gt; motivated me to rewrite it without the bugs, into CRUDASM2 a little
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ebfcdd71f8fa24c7/4271640ac7d95d68?show_docid=4271640ac7d95d68</guid>
  <author>
  wrschlan...@gmail.com
  (Willow)
  </author>
  <pubDate>Sun, 03 Jan 2010 13:47:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Buon Natale</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/8e72c51cec074968?show_docid=8e72c51cec074968</link>
  <description>
  io_x wrote: &lt;br&gt; I didn&#39;t say your code but your greetings crashes when executed. &lt;br&gt; When I disassemble the text: &lt;br&gt; ------------------------------ ------------ &lt;br&gt; Buon Natale &lt;br&gt; Merry Christmas to all! &lt;br&gt; ------------------------------ ------------ &lt;br&gt; I get: &lt;br&gt; 0100 inc.w r1 (42) &lt;br&gt; 0101 bne.b $0172 (75 6f)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/8e72c51cec074968?show_docid=8e72c51cec074968</guid>
  <author>
  k...@unibwm.de
  (Herbert Kleebauer)
  </author>
  <pubDate>Sun, 03 Jan 2010 08:57:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: Buon Natale</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/b8fc95c40d8a39b0?show_docid=b8fc95c40d8a39b0</link>
  <description>
  &amp;quot;Herbert Kleebauer&amp;quot; &amp;lt;k...@unibwm.de&amp;gt; ha scritto nel messaggio &lt;br&gt; yes possibily i&#39;m not much sure on &amp;quot;ah=0Eh|int 10h&amp;quot; &lt;br&gt; this below here not segfault, and print the strings in a cmd window &lt;br&gt; where &amp;quot;bcc32&amp;quot; is the Borland C and C++ compiler 32bit &lt;br&gt; ------------------------------ ------------- &lt;br&gt; ; nasmw -fobj this.asm
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/b8fc95c40d8a39b0?show_docid=b8fc95c40d8a39b0</guid>
  <author>
  a...@b.c.invalid
  (io_x)
  </author>
  <pubDate>Sat, 02 Jan 2010 06:37:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: multithreading in Asm</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/c7f64a7db2ecdcc2/001c0a766facc1f7?show_docid=001c0a766facc1f7</link>
  <description>
  On 31 Dec 2009, 23:11, Qyz &amp;lt;questione...@MUNGED.microcosm otalk.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; I&#39;ve not tried it but you may find posix threads available for various &lt;br&gt; operating systems. &lt;br&gt; James
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/c7f64a7db2ecdcc2/001c0a766facc1f7?show_docid=001c0a766facc1f7</guid>
  <author>
  james.harri...@munged.microcosmotalk.com
  (James Harris)
  </author>
  <pubDate>Fri, 01 Jan 2010 01:26:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: Buon Natale</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/d2a918c9a26e4710?show_docid=d2a918c9a26e4710</link>
  <description>
  Well, the wind blew and the power went out, so I had a chance to boot &lt;br&gt; dos and try this. Even trickier than it appears! In DEBUG, it waits for &lt;br&gt; a key and doesn&#39;t print anything! I&#39;ll have to study this... Thanks, &lt;br&gt; Herbert! &lt;br&gt; Best, &lt;br&gt; Frank
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/d2a918c9a26e4710?show_docid=d2a918c9a26e4710</guid>
  <author>
  fbkot...@myfairpoint.net
  (Frank Kotler)
  </author>
  <pubDate>Tue, 29 Dec 2009 23:40:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Pushad with GAS?</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/1d5929217a0900aa/98b328e7c737f86a?show_docid=98b328e7c737f86a</link>
  <description>
  Hi, &lt;br&gt; I don&#39;t really use GAS directly much either. But &amp;quot;.intel_syntax &lt;br&gt; noprefix&amp;quot; seems to support &amp;quot;pushad&amp;quot; fine. Disassembling with &amp;quot;objdump - &lt;br&gt; d&amp;quot; seems to show &amp;quot;pusha&amp;quot; regardless of mode. And yes, &amp;quot;pushal&amp;quot; seems &lt;br&gt; to work in AT&amp;amp;T mode. Worst case scenario, you can always hardcode the &lt;br&gt; &amp;quot;.byte 0x60&amp;quot;. ^_^
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/1d5929217a0900aa/98b328e7c737f86a?show_docid=98b328e7c737f86a</guid>
  <author>
  rugx...@gmail.com
  (Rugxulo)
  </author>
  <pubDate>Tue, 29 Dec 2009 05:12:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Buon Natale</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/7689f63c420749c0?show_docid=7689f63c420749c0</link>
  <description>
  It doesn&#39;t matter what &amp;quot;everybody&amp;quot; knows. It only matters what the &lt;br&gt; CPU thinks. Just ask your CPU yourself. But you have to do this in &lt;br&gt; an OS which allows the CPU to give an uncensored answer (real mode &lt;br&gt; DOS instead of protected mode Linux). I have converted the question &lt;br&gt; to NASM syntax, so go ahead and feed the question to the CPU and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/7689f63c420749c0?show_docid=7689f63c420749c0</guid>
  <author>
  k...@unibwm.de
  (Herbert Kleebauer)
  </author>
  <pubDate>Mon, 28 Dec 2009 13:23:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Buon Natale</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/f9b13105208e6801?show_docid=f9b13105208e6801</link>
  <description>
  ... &lt;br&gt; Right! Everybody knows an x86 CPU prefers Motorola syntax! Oh, wait... &lt;br&gt; Best, &lt;br&gt; Frank
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/f9b13105208e6801?show_docid=f9b13105208e6801</guid>
  <author>
  fbkot...@myfairpoint.net
  (Frank Kotler)
  </author>
  <pubDate>Sun, 27 Dec 2009 19:14:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Buon Natale</title>
  <link>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/551d2d67eab382e0?show_docid=551d2d67eab382e0</link>
  <description>
  &amp;quot;Herbert Kleebauer&amp;quot; &amp;lt;k...@unibwm.de&amp;gt; ha scritto nel messaggio &lt;br&gt; i like what is easy [for me], and loops
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/551d2d67eab382e0?show_docid=551d2d67eab382e0</guid>
  <author>
  a...@b.c.invalid
  (io_x)
  </author>
  <pubDate>Sun, 27 Dec 2009 07:30:23 UT
</pubDate>
  </item>
  </channel>
</rss>
