Re: [cc65] .cpu none?

From: MagerValp <MagerValp1cling.gu.se>
Date: 2004-04-20 17:02:48
>>>>> "UvB" == Ullrich von Bassewitz <uz@musoftware.de> writes:

UvB> If the patch doesn't work with 2.10.0 (not tested), you may also
UvB> choose to download the snapshot, which is currently building.

No, almost all chunks failed, so I applied it manually and generated a
patch for 2.10.0a:

  http://www.cling.gu.se/~cl3polof/patch-2.10.0a-ubiq.txt 

It seems to work fine, and my little chip-8 program assembles nicely:

	.include "ca8.i"

	.org $200

	cls
	skeq v0, v1
	add v2, $20
	add v0, v1
	skne v0, v1
	rts

into:

  000200   00 E0        	cls
  000202   50 10        	skeq v0, v1
  000204   72 20        	add v2, $20
  000206   80 14        	add v0, v1
  000208   90 10        	skne v0, v1
  00020A   00 EE        	rts

Cool! :)

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp@cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Apr 20 17:03:31 2004

This archive was generated by hypermail 2.1.8 : 2004-04-20 17:03:38 CEST