From: Matthias T. <mt...@we...> - 2013-03-02 18:12:35
|
Hi Enoch, > And if I have your ear :-) You'll (almost) always have it. ;) > I prefer (gforth): -1 -2 -3 .s <3> -1 -2 -3 ok > over (amforth): -1 -2 -3 .s 65533 65534 65535 ok > i.e., the regular numbers' format. Thats fine. Just remove the line in your application dict_appl.inc file and add your version of .S The reason why I use the u. instead of the "standard" . is simple: Just switch to HEX. There you have the same numbers that can be grepped in the LST and MAP files from the assembler and match the numbers in the DUMP output (mostly XT's and addresses). As I said: .s is a debugging aid for _my_ core development. I do not expect that it is unmodified useful for other purposes. Should I mention, that I collect good tools and ideas? ;) Matthias |