<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	
<book>
  <id>1881879</id>
  <title><![CDATA[Introduction to RISC Assembly Language Programming]]></title>
  <isbn><![CDATA[0201398281]]></isbn>
  <isbn13><![CDATA[9780201398281]]></isbn13>
  <image_url>http://photo.goodreads.com/books/1189699359m/1881879.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1189699359s/1881879.jpg</small_image_url>
  <description><![CDATA[ As the best way to gain an understanding of how a computer processor works at the lower levels, assembly language programming is essential background for every computer science and electronic engineering student. It is, however, often considered an arcane and complex discipline, because many first encounter it through the daunting instructions and registers of the Intel 8086 family.<br/> <p>Programming in a simple RISC architecture is very different due to the elegant and compact instruction set. Students of this text who have never programmed before and who study it simultaneously with a course on a higher-level language report that it is easier and more logical to program in assembly!<br/> <p>Introduction to RISC Assembly Language Programming:<br/>  is based around the MIPS RISC processor, a simple, clean RISC processor whose architecture and assembly language is easy to learn and understand <br/>  speeds up the learning process by enabling the reader to start writing simple assembly language programs early, while assuming no prior knowledge of computer programming <br/>  links with an automatic program testing system, allowing a lecturer to set programming questions and mark the assignments automatically, or a reader to test a MIPS assembly language program against numerous test inputs <br/>  uses the SPIM simulator, a freely available virtual machine that allows users to write and simulate running MIPS R2000/R3000 assembly language programs on PC, Macintosh or UNIX platforms. with excellent source-level debugging tools   contains a large number of example programs and programming questions<br/>  is supported by related software freely available via the Web <a rel="nofollow" target="_blank" href="http://www.compapp.dcu.ie/~jwaldron">http://www.compapp.dcu.ie/~jwaldron</a></p></p>]]></description>
  <work>
  <best_book_id type="integer">1881879</best_book_id>
  <books_count type="integer">1</books_count>
  <desc_user_id type="integer" nil="true"></desc_user_id>
  <id type="integer">1882919</id>
  <media_type nil="true"></media_type>
  <original_language_id type="integer" nil="true"></original_language_id>
  <original_publication_day type="integer">21</original_publication_day>
  <original_publication_month type="integer">10</original_publication_month>
  <original_publication_year type="integer">1998</original_publication_year>
  <original_title>Introduction to RISC Assembly Language Programming</original_title>
  <rating_dist>total:1|4:1|</rating_dist>
  <ratings_count type="integer">1</ratings_count>
  <ratings_sum type="integer">4</ratings_sum>
  <reviews_count type="integer">2</reviews_count>
  <text_reviews_count type="integer">0</text_reviews_count>
</work>

  <average_rating><![CDATA[4.00]]></average_rating>
  <ratings_count><![CDATA[1]]></ratings_count>
  <text_reviews_count><![CDATA[0]]></text_reviews_count>
  
  <url><![CDATA[http://www.goodreads.com/book/show/1881879.Introduction_to_RISC_Assembly_Language_Programming]]></url>
  <link><![CDATA[http://www.goodreads.com/book/show/1881879.Introduction_to_RISC_Assembly_Language_Programming]]></link>
  <authors>
    <author>
    <id>857517</id>
        <name><![CDATA[John Waldron]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/857517.John_Waldron]]></link>
    <average_rating>4.00</average_rating>
    <ratings_count>1</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>
    <reviews start="1" end="2" total="2">
      <review>
  <id>75497450</id>
    <user>
    <id>2870566</id>
    <name><![CDATA[Fred]]></name>
    <location><![CDATA[Woburn, MA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2870566-fred-bacon]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">1881879</id>
  <isbn>0201398281</isbn>
  <isbn13>9780201398281</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Introduction to RISC Assembly Language Programming]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1189699359m/1881879.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1189699359s/1881879.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1881879.Introduction_to_RISC_Assembly_Language_Programming</link>
  <average_rating>4.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[ As the best way to gain an understanding of how a computer processor works at the lower levels, assembly language programming is essential background for every computer science and electronic engineering student. It is, however, often considered an arcane and complex discipline, because many first encounter it through the daunting instructions and registers of the Intel 8086 family.<br/> <p>Programming in a simple RISC architecture is very different due to the elegant and compact instruction set. Students of this text who have never programmed before and who study it simultaneously with a course on a higher-level language report that it is easier and more logical to program in assembly!<br/> <p>Introduction to RISC Assembly Language Programming:<br/>  is based around the MIPS RISC processor, a simple, clean RISC processor whose architecture and assembly language is easy to learn and understand <br/>  speeds up the learning process by enabling the reader to start writing simple assembly language programs early, while assuming no prior knowledge of computer programming <br/>  links with an automatic program testing system, allowing a lecturer to set programming questions and mark the assignments automatically, or a reader to test a MIPS assembly language program against numerous test inputs <br/>  uses the SPIM simulator, a freely available virtual machine that allows users to write and simulate running MIPS R2000/R3000 assembly language programs on PC, Macintosh or UNIX platforms. with excellent source-level debugging tools   contains a large number of example programs and programming questions<br/>  is supported by related software freely available via the Web <a rel="nofollow" target="_blank" href="http://www.compapp.dcu.ie/~jwaldron">http://www.compapp.dcu.ie/~jwaldron</a></p></p>]]>
  </description>
  <published>1998</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Oct 23 10:26:05 -0700 2009</date_added>
  <date_updated>Fri Oct 23 10:26:05 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/75497450]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/75497450]]></link>
</review>
      <review>
  <id>14092121</id>
    <user>
    <id>856008</id>
    <name><![CDATA[Edward]]></name>
    <location><![CDATA[Dover Plains, NY]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/856008-edward-strickland]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">1881879</id>
  <isbn>0201398281</isbn>
  <isbn13>9780201398281</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Introduction to RISC Assembly Language Programming]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1189699359m/1881879.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1189699359s/1881879.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1881879.Introduction_to_RISC_Assembly_Language_Programming</link>
  <average_rating>4.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[ As the best way to gain an understanding of how a computer processor works at the lower levels, assembly language programming is essential background for every computer science and electronic engineering student. It is, however, often considered an arcane and complex discipline, because many first encounter it through the daunting instructions and registers of the Intel 8086 family.<br/> <p>Programming in a simple RISC architecture is very different due to the elegant and compact instruction set. Students of this text who have never programmed before and who study it simultaneously with a course on a higher-level language report that it is easier and more logical to program in assembly!<br/> <p>Introduction to RISC Assembly Language Programming:<br/>  is based around the MIPS RISC processor, a simple, clean RISC processor whose architecture and assembly language is easy to learn and understand <br/>  speeds up the learning process by enabling the reader to start writing simple assembly language programs early, while assuming no prior knowledge of computer programming <br/>  links with an automatic program testing system, allowing a lecturer to set programming questions and mark the assignments automatically, or a reader to test a MIPS assembly language program against numerous test inputs <br/>  uses the SPIM simulator, a freely available virtual machine that allows users to write and simulate running MIPS R2000/R3000 assembly language programs on PC, Macintosh or UNIX platforms. with excellent source-level debugging tools   contains a large number of example programs and programming questions<br/>  is supported by related software freely available via the Web <a rel="nofollow" target="_blank" href="http://www.compapp.dcu.ie/~jwaldron">http://www.compapp.dcu.ie/~jwaldron</a></p></p>]]>
  </description>
  <published>1998</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="tech-books" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Jan 30 15:04:32 -0800 2008</date_added>
  <date_updated>Wed Jan 30 15:04:32 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/14092121]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/14092121]]></link>
</review>
    </reviews>
  <popular_shelves>
          <shelf name="tech-books" />
      </popular_shelves>
  <book_links>
    <book_link>
  <id>8</id>
  <name><![CDATA[WorldCat]]></name>
  <link>http://www.goodreads.com/book_link/follow/8?book_id=1881879</link>
</book_link>
  </book_links>
</book>
</GoodreadsResponse>