<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>dharmil007's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/336056/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user dharmil007.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 22 May 2013 14:53:20 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>TASM {TURBO DEBUGGER HELP}</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Assembler Developer forum.&lt;/p&gt;i M USING TASM {TURBO DEBUGGER 5.0}.&lt;br /&gt;
i have a subject MICROPROCESSOR PROGRAMMING, in this we have intel 8086 MICROPROCESSOR.&lt;br /&gt;
So to run iTs programms i m using TASM 5.0&lt;br /&gt;
but it gives error.&lt;br /&gt;
The detailed description iS below.&lt;br /&gt;
i compile the programme in CMD.&lt;br /&gt;
in cmd i go to the directory of TASM, then there i write the following things in CMD.&lt;br /&gt;
&lt;br /&gt;
first i write :&lt;br /&gt;
&lt;pre class="sourcecode"&gt;TASM ex7.asm&lt;/pre&gt;  {ex7 --&amp;gt;  name of the prog./}&lt;br /&gt;
iT gives no error &amp;amp; warning msgs.&lt;br /&gt;
&lt;br /&gt;
then:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;TLINK ex7.obj&lt;/pre&gt;&lt;br /&gt;
But here iT gives a ERROR:&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: Orange;"&gt;Fatal:No programm entry point&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
pls. help what shoul i do now ????&lt;br /&gt;
&lt;br /&gt;
The programm which i m using is :&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
data segment
num1 dw 02h
num2 dw 08h
res dw ?
data ends

code segment
assume cs:code,ds:data
mov ax,data
mov ds,ax
mov ax,num1
mov bx,num2
add ax,bx
daa
mov res,ax
int 21h
code ends

end
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 10:34:11 -0700</pubDate>
    </item>
  </channel>
</rss>