<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/">
<title>talkaboutprogramming.com Assembly Language</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2008-09-06T22:09:40+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121152.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121140.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121120.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121117.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121107.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121106.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121105.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121093.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121087.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121072.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121067.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121046.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121035.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120998.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120987.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120940.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120925.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120921.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120910.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120905.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutprogramming.com/group/alt.lang.asm/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutprogramming.com Assembly Language</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/</link>
</image>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121152.html">
<title>How to reimplement malloc in NASM?</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121152.html</link>
<description>How do i allocate heap space from assembly (intel syntax) using linux? Thanks!</description>
<dc:creator>Jag lttalon.jag@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-09-06T06:17:32+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121140.html">
<title>NASM preprocessor used to selectively disable code based on the </title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121140.html</link>
<description>Is it possible to selectively disable/enable code in NASM based on the object format?  E.g., I have two small pieces of highly similar code.  One for COFF and one for OMF.  But, OMF requires a special symbol ..start that isnt recognized for COFF and ...</description>
<dc:creator>Rod Pemberton ltdo_not_have@[EMAIL PROTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-09-05T15:56:41+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121120.html">
<title>About delete 0Dh</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121120.html</link>
<description>Hi everybody.  I found a file in domain public,  modify it, my aim to have a smaller file. When compress it is less 1 KBytes.  I just add text info and restore the size. But original size was 2 Kb. I cut the file like a butcher... not a doctor  :-) B...</description>
<dc:creator>Almas ltalmas@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-09-04T10:10:23+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121117.html">
<title>Beginner having problems assembling simple program.</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121117.html</link>
<description>Ive been reading the book: Peter Nortons Assembly Language Book For The IMB PC and am using TASM 5.0. Im trying to assemeble the following code like it said in the book.  ..model small ..code mov ah,07h mov dl,41h        ASCII code for A int 21h mov ...</description>
<dc:creator>durabol ltspamtrap@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-09-03T22:07:53+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121107.html">
<title>7 segment display</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121107.html</link>
<description>please tell me the code to count from 0 to 9999 on applying external pulse...in assembly language... not C language.</description>
<dc:creator>anies.ece6@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-09-02T23:53:02+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121106.html">
<title>for 7 segment display</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121106.html</link>
<description>please, give me code in assembly language...not in C.</description>
<dc:creator>anies.ece6@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-09-02T23:48:54+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121105.html">
<title>for 7 segment display</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121105.html</link>
<description>hello, i have to make a project on 7 segment display to count from 0 to 9999 using assembly language. has any body done that??</description>
<dc:creator>anies.ece6@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-09-02T23:45:58+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121093.html">
<title>Bloody linker :-)</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121093.html</link>
<description>Just starting out with NASM, so be gentle. I have a fairly large piece of code, that assembles and links just fine with nasm 2.03.01 and MS old linker 6.00.8447 (the one that came with VS 5.0, I guess). Since the code assembles but not executes (...)...</description>
<dc:creator>[Jongware] ltIdontWantSpam@[EMAIL PROTEC...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-09-01T01:53:35+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121087.html">
<title>calling windows syscalls from gnu assembler</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121087.html</link>
<description>Hello. I have been written an intel codegenerator for one compiler during last months. It produce assembly source, which later can be compiled with gnu assembly, and linked with gnu linker under linux. Generator implemented in a way, when it is neces...</description>
<dc:creator>shikamuk ltshikamuk@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-30T04:46:21+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121072.html">
<title>question on MIPS: addiu</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121072.html</link>
<description>What is purpose of following assembly:  addiu v1, v1, 0  Thanks, Newbie</description>
<dc:creator>Keep Asking ltask8y@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-28T12:30:12+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121067.html">
<title>No Class, No Exam, Affordable Price Worldwide Recognized Univers</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121067.html</link>
<description>It cost You Nothing (Yes! $0) to give us a Call, We will Contact you back                 No Exams/Books/Tests/Interview/classes        100% No Pre-School qualification required!         ------------------------------       Inside USA: 1-718-989-5740...</description>
<dc:creator>Shawanna Cherilyn ltshawannacherilyn_vg@...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-28T00:43:42+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121046.html">
<title>Mips code</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121046.html</link>
<description>Hi all,  I am trying to figure out what some lines in my compiled code are.  I have looked on google, but cant be asking the right questions there.  What are the following mips .. doing:          lw$25,%call16(SwapElements)($28)          jalr $25  (I...</description>
<dc:creator>shane ltshane@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-26T14:26:59+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121035.html">
<title>What about SystemA() [the function for call programs] function?</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/121035.html</link>
<description>What about SystemA() [the function for call programs in Windows] function? I think it is a little sloppy when i call printerror() function but it is useful for see what going wrong. All is a little sloppy, i not enough make tests    CREATE_NEW_PROCES...</description>
<dc:creator>rio lta@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-25T10:05:15+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120998.html">
<title>announce: crudcom2 (the crude decompiler) now available, with fu</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120998.html</link>
<description>You can get the latest version here: http://code.google.com/p/vm64dec/downloads/list  Its a crude decompiler/disassembler for raw x86 binary files, with full source code (GPL). This release is for beta-testers who want to watch a program being born r...</description>
<dc:creator>Willow ltwrschlanger@[EMAIL PROTECTED]
g...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-22T01:17:50+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120987.html">
<title>delete 0D</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120987.html</link>
<description>Hello,  does exist a tool  destroy bytes value 0D  in a file ? I did not found it with google.</description>
<dc:creator>J.Dorval ltJ.orval@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-21T20:04:28+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120940.html">
<title>Automatic Forex Trading Systems- The Best Investment You Can Mak</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120940.html</link>
<description>Earn $500 To $1000 Daily Working From Home. How To Trade Forex The Easy Way http://money-maker2009.blogspot.com/2008/07/how-to-trade-forex-easy-way.htm= l   How Do You Become A Successful Affiliate Marketer http://money-maker2009.blogspot.com/2008/08...</description>
<dc:creator>money_maker ltmoney.maker20096@[EMAIL PR...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-16T23:57:48+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120925.html">
<title>Re: a little program for format asm code</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120925.html</link>
<description>rio a@b.c ha scritto nel messaggio news:48a66520$0$40306$4fafbaef@reader5.news.tin.it...   rio a@b.c ha scritto nel messaggio  news:48a554aa$0$40305$4fafbaef@reader5.news.tin.it...  +File pretty2.zip(4.45Kb)  Do you like my last program for formattin...</description>
<dc:creator>rio lta@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-16T08:12:03+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120921.html">
<title>Re: a little program for format asm code</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120921.html</link>
<description>rio wrote:  +File pretty2.zip(4.45Kb)  Do you like my last program for formatting asm code?  Cant actually try it... (could you post a brief example of what it does?)  One thing I noticed, taking a quick look at the code... You cmp eax,  db , etc... ...</description>
<dc:creator>Frank Kotler ltfbkotler@[EMAIL PROTECTED...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-15T12:40:10+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120910.html">
<title>NASM 0.98.39 vs. NASM 2.03.01 disassembly</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120910.html</link>
<description>Just an FYI,  I was cleaning up the 16-bit .asm I created from NASMs 0.98.39 insns.dat to find errors with Willows Crudasm.  I ran the resulting NASM 0.98.39 .bin file through Ndisasm.exe from NASM 2.03.01 (both for DOS).  This is a list of those ins...</description>
<dc:creator>Rod Pemberton ltdo_not_have@[EMAIL PROTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-14T20:18:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120905.html">
<title>EARN MONEY $1500-$5000 PER MONTH</title>
<link>http://www.talkaboutprogramming.com/group/alt.lang.asm/messages/120905.html</link>
<description>EARN MONEY $1500-$5000 PER MONTH SIMPLE ONLINE SURVEY CREATE UR ACCOUNT AND EARN IMMEDIATLY ********************************************************************* http://www.AWSurveys.com/HomeMain.cfm?RefID=sangeetha777 *******************************...</description>
<dc:creator>sangeethap ltsangeethap128382@[EMAIL PRO...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-08-14T01:56:45+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutprogramming.com/group/alt.lang.asm/search.html">
<title>Search talkaboutprogramming.com Assembly Language</title>
<description>Search talkaboutprogramming.com Assembly Language</description>
<name>q</name>
<link>http://talkaboutprogramming.com/group/alt.lang.asm/search.html</link>
</textinput>

</rdf:RDF>
