[cc65] da65 + 65C02

Date view Thread view Subject view

From: Christian Krüger (christian.krueger_at_pace.de)
Date: 2003-09-03 17:03:03


The first tests of da65 uncovered, that the 'da65'-cpu flag
'--cpu 65C02' seems to have no effect.
I get an output file where byte literals occur in the disassembled code
(which is impossible for the 65C02, where all opcodes are defined).

Beside this, I've got two (tiny) wishes:
* in 65C02 mode it would be nice to have a cli-switch which enables 
  commenting uncompatible 6502 code like this:

  ...
  rol  a
  nop          ; ! ($FB)
  sta  $1234
  stz  $5678   ; ! ($9C,$78,$56)
  ...

* it like to have the disass-output on stdout if no '-o' output
  file is specified. Actual, nothing happens if no output file
  is specified - IMHO quite confusing when using together with
  output redirection...

Regards
chrisker

 

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-09-03 17:05:25 CEST