<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fix computer errors &#187; 8088</title>
	<atom:link href="http://blog.nohideip.com/tag/8088/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nohideip.com</link>
	<description>how to fix file errors , download dll or ocx for free</description>
	<lastBuildDate>Tue, 13 Jul 2010 16:37:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Assembly 8088 Question&#8230;?</title>
		<link>http://blog.nohideip.com/sys-files/assembly-8088-question</link>
		<comments>http://blog.nohideip.com/sys-files/assembly-8088-question#comments</comments>
		<pubDate>Mon, 08 Feb 2010 00:05:06 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[8088]]></category>
		<category><![CDATA[Assembly]]></category>
		<category><![CDATA[Question]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/assembly-8088-question</guid>
		<description><![CDATA[I am receiving an error from the following block of code. The errors say that I have a syntax error on lines 12 &#8211; 16 (which is when I assign the DS values). I tried to find examples on how to properly assign the DS but was unable to find any online for the assembler [...]]]></description>
			<content:encoded><![CDATA[<p>I am receiving an error from the following block of code. The errors say that I have a syntax error on lines 12 &#8211; 16 (which is when I assign the DS values). I tried to find examples on how to properly assign the DS but was unable to find any online for the assembler 8088 (DOS bases). The example below is designed to sum 5 bytes and output the result&#8230;<br />
! Simple &#8220;adds the following five bytes&#8221; program<br />
! 25H, 12H, 15H, 1F and 2B<br />
_EXIT = 1 ! 1<br />
_WRITE = 4 ! 2<br />
_STDOUT = 1 ! 3<br />
.SECT .TEXT ! 4<br />
set_CxAx:<br />
MOV CX,5<br />
MOV AX,0&#215;0<br />
set_ds:<br />
DS:0300 = 0&#215;25<br />
DS:0301 = 0&#215;12<br />
DS:0302 = 0&#215;15<br />
DS:0303 = 0&#215;1F<br />
DS:0304 = 0&#215;2B<br />
LoopStart:<br />
MOV BX,DS<br />
ADD AX,BX<br />
INC BX<br />
DEC CX<br />
JNZ LoopStart<br />
PUSH AX<br />
PUSH _STDOUT<br />
PUSH _WRITE<br />
PUSH _EXIT<br />
SYS ! 16<br />
.SECT .DATA<br />
.SECT .BSS</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/assembly-8088-question/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

