<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/6696" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2012-06-04T04:48:48+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/6696</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2012-06-04T04:48:48+02:00</updated>

		<published>2012-06-04T04:48:48+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6696&amp;p=21778#p21778</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6696&amp;p=21778#p21778"/>
		<title type="html"><![CDATA[Re: register x4 not recognized]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6696&amp;p=21778#p21778"><![CDATA[
Problem Solved..<p>Statistics: Posted by Guest — Mon Jun 04, 2012 4:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2012-06-03T19:58:21+02:00</updated>

		<published>2012-06-03T19:58:21+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6696&amp;p=21775#p21775</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6696&amp;p=21775#p21775"/>
		<title type="html"><![CDATA[Re: register x4 not recognized]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6696&amp;p=21775#p21775"><![CDATA[
Sorry!!<br />Correction: the file is an include file to the ASM file usbdrvasm.S selected by using 12MHz xtal; It should be usbdrvasm12.inc NOT usbdrvasm12.S <img class="smilies" src="./../../../images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><p>Statistics: Posted by Guest — Sun Jun 03, 2012 7:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2012-06-03T19:39:42+02:00</updated>

		<published>2012-06-03T19:39:42+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6696&amp;p=21774#p21774</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6696&amp;p=21774#p21774"/>
		<title type="html"><![CDATA[register x4 not recognized]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6696&amp;p=21774#p21774"><![CDATA[
Hi,<br /><br />I'm a beginner. I'm using an atmega8L with 12MHz. when I compile the code (WINAVR) , it does not recognize the register x4 in usbdrvasm12.S<br />The error messages I get are,<br /><br /><div class="codebox"><p>Code: </p><pre><code>Assembling: usbdrvasm.S<br />avr-gcc -c -mmcu=atmega8 -I. -x assembler-with-cpp -Wa,-adhlns=usbdrvasm.lst,-gstabs  usbdrvasm.S -o usbdrvasm.o<br />usbdrvasm12.inc: Assembler messages:<br />usbdrvasm12.inc:277: Error: register name or number from 0 to 31 required<br />usbdrvasm12.inc:316: Error: register name or number from 0 to 31 required<br />usbdrvasm12.inc:319: Error: register name or number from 0 to 31 required<br />usbdrvasm12.inc:325: Error: register name or number from 0 to 31 required<br />usbdrvasm12.inc:331: Error: register name or number from 0 to 31 required<br />usbdrvasm12.inc:341: Error: register name or number from 0 to 31 required<br />usbdrvasm12.inc:348: Error: register name or number from 0 to 31 required<br />usbdrvasm12.inc:354: Error: register name or number from 0 to 31 required<br />usbdrvasm12.inc:360: Error: register name or number from 0 to 31 required<br />usbdrvasm12.inc:387: Error: register name or number from 0 to 31 required<br />make.exe: *** &#91;usbdrvasm.o&#93; Error 1<br /></code></pre></div><br /><br />The first error points to the code,<br /><br /><div class="codebox"><p>Code: </p><pre><code>subi    x4, 1               </code></pre></div><br /><br />I would be grateful if anyone can help me to solve this out.<br /><br />Thanx..<p>Statistics: Posted by Guest — Sun Jun 03, 2012 7:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
