<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/alt.lang.asm</id>
  <title type="text">alt.lang.asm Google Group</title>
  <subtitle type="text">
  Assembly languages of various flavors.
  </subtitle>
  <link href="/group/alt.lang.asm/feed/atom_v1_0_msgs.xml" rel="self" title="alt.lang.asm feed"/>
  <updated>2010-01-04T22:53:29Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>BGB / cr88192</name>
  <email>cr88...@hotmail.com</email>
  </author>
  <updated>2010-01-04T22:53:29Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/aa6035969f7410dc/391dfecdd834de8c?show_docid=391dfecdd834de8c</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/aa6035969f7410dc/391dfecdd834de8c?show_docid=391dfecdd834de8c"/>
  <title type="text">Re: AMD64: 32bit operations extend to 64 bits.</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Frank Kotler</name>
  <email>fbkot...@myfairpoint.net</email>
  </author>
  <updated>2010-01-04T22:44:26Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/9c148fd04292ff7c?show_docid=9c148fd04292ff7c</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/9c148fd04292ff7c?show_docid=9c148fd04292ff7c"/>
  <title type="text">Re: Debugger for AMD64?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>BGB / cr88192</name>
  <email>cr88...@munged.microcosmotalk.com</email>
  </author>
  <updated>2010-01-04T22:25:16Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/84e4e11f07cd7a44?show_docid=84e4e11f07cd7a44</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/84e4e11f07cd7a44?show_docid=84e4e11f07cd7a44"/>
  <title type="text">Re: Debugger for AMD64?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>David</name>
  <email>t...@is.invalid</email>
  </author>
  <updated>2010-01-04T22:16:58Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/aa6035969f7410dc/3dc0950c06dccafe?show_docid=3dc0950c06dccafe</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/aa6035969f7410dc/3dc0950c06dccafe?show_docid=3dc0950c06dccafe"/>
  <title type="text">AMD64: 32bit operations extend to 64 bits.</title>
  <summary type="html" xml:space="preserve">
  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:
  </summary>
  </entry>
  <entry>
  <author>
  <name>David</name>
  <email>t...@is.invalid</email>
  </author>
  <updated>2010-01-04T20:10:27Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/965e362526297476?show_docid=965e362526297476</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/34c099b1a87fd057/965e362526297476?show_docid=965e362526297476"/>
  <title type="text">Debugger for AMD64?</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>io_x</name>
  <email>a...@b.c.invalid</email>
  </author>
  <updated>2010-01-04T09:17:41Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/56c51cf5497a0b6b?show_docid=56c51cf5497a0b6b</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/56c51cf5497a0b6b?show_docid=56c51cf5497a0b6b"/>
  <title type="text">Re: Buon Natale</title>
  <summary type="html" xml:space="preserve">
  &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)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Willow</name>
  <email>wrschlan...@gmail.com</email>
  </author>
  <updated>2010-01-03T13:47:39Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ebfcdd71f8fa24c7/4271640ac7d95d68?show_docid=4271640ac7d95d68</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ebfcdd71f8fa24c7/4271640ac7d95d68?show_docid=4271640ac7d95d68"/>
  <title type="text">Announce: Introducing CRUDASM3 (new disassembler with full source code)</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Herbert Kleebauer</name>
  <email>k...@unibwm.de</email>
  </author>
  <updated>2010-01-03T08:57:47Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/8e72c51cec074968?show_docid=8e72c51cec074968</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/8e72c51cec074968?show_docid=8e72c51cec074968"/>
  <title type="text">Re: Buon Natale</title>
  <summary type="html" xml:space="preserve">
  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)
  </summary>
  </entry>
  <entry>
  <author>
  <name>io_x</name>
  <email>a...@b.c.invalid</email>
  </author>
  <updated>2010-01-02T06:37:31Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/b8fc95c40d8a39b0?show_docid=b8fc95c40d8a39b0</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/b8fc95c40d8a39b0?show_docid=b8fc95c40d8a39b0"/>
  <title type="text">Re: Buon Natale</title>
  <summary type="html" xml:space="preserve">
  &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
  </summary>
  </entry>
  <entry>
  <author>
  <name>James Harris</name>
  <email>james.harri...@munged.microcosmotalk.com</email>
  </author>
  <updated>2010-01-01T01:26:45Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/c7f64a7db2ecdcc2/001c0a766facc1f7?show_docid=001c0a766facc1f7</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/c7f64a7db2ecdcc2/001c0a766facc1f7?show_docid=001c0a766facc1f7"/>
  <title type="text">Re: multithreading in Asm</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Frank Kotler</name>
  <email>fbkot...@myfairpoint.net</email>
  </author>
  <updated>2009-12-29T23:40:57Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/d2a918c9a26e4710?show_docid=d2a918c9a26e4710</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/d2a918c9a26e4710?show_docid=d2a918c9a26e4710"/>
  <title type="text">Re: Buon Natale</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rugxulo</name>
  <email>rugx...@gmail.com</email>
  </author>
  <updated>2009-12-29T05:12:06Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/1d5929217a0900aa/98b328e7c737f86a?show_docid=98b328e7c737f86a</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/1d5929217a0900aa/98b328e7c737f86a?show_docid=98b328e7c737f86a"/>
  <title type="text">Re: Pushad with GAS?</title>
  <summary type="html" xml:space="preserve">
  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;. ^_^
  </summary>
  </entry>
  <entry>
  <author>
  <name>Herbert Kleebauer</name>
  <email>k...@unibwm.de</email>
  </author>
  <updated>2009-12-28T13:23:42Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/7689f63c420749c0?show_docid=7689f63c420749c0</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/7689f63c420749c0?show_docid=7689f63c420749c0"/>
  <title type="text">Re: Buon Natale</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Frank Kotler</name>
  <email>fbkot...@myfairpoint.net</email>
  </author>
  <updated>2009-12-27T19:14:03Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/f9b13105208e6801?show_docid=f9b13105208e6801</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/f9b13105208e6801?show_docid=f9b13105208e6801"/>
  <title type="text">Re: Buon Natale</title>
  <summary type="html" xml:space="preserve">
  ... &lt;br&gt; Right! Everybody knows an x86 CPU prefers Motorola syntax! Oh, wait... &lt;br&gt; Best, &lt;br&gt; Frank
  </summary>
  </entry>
  <entry>
  <author>
  <name>io_x</name>
  <email>a...@b.c.invalid</email>
  </author>
  <updated>2009-12-27T07:30:23Z</updated>
  <id>http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/551d2d67eab382e0?show_docid=551d2d67eab382e0</id>
  <link href="http://groups.google.com/group/alt.lang.asm/browse_frm/thread/ef8a04b97c434216/551d2d67eab382e0?show_docid=551d2d67eab382e0"/>
  <title type="text">Re: Buon Natale</title>
  <summary type="html" xml:space="preserve">
  &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
  </summary>
  </entry>
</feed>
