Re: [cc65] quickly getting the adress from somewhere in the code

From: MagerValp <MagerValp1cling.gu.se>
Date: 2004-09-27 11:32:07
>>>>> "UvB" == Ullrich von Bassewitz <uz@musoftware.de> writes:

UvB> I cannot imagine a situation where this would be more useful than
UvB> using any of the other information sources given by the linker
UvB> (for example the debug info file). Can you give an example for a
UvB> common situation where this command could be helpful, that cannot
UvB> be handled by other means?

FWIW I've missed this too. I use it like Mats, to get addresses
printed out during assembly that I can check in the monitor when the
program is running - without having to export a variable and find it
via the map/lab file. Or to print out how many bytes are free in a
chunk of code or a table. It's just a convenience features though,
with a little work you can always get the info from the files that the
linker spits out. But would it be hard to make .error, .warning etc
output a list of expressions instead of just a string?

-- 
    ___          .     .  .         .       . +  .         .      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 Mon Sep 27 11:32:11 2004

This archive was generated by hypermail 2.1.8 : 2004-09-27 11:32:19 CEST