You can reduce the size of you code and increase the speed and reliability of the code by writing print-int(int i, char trailing); print-float f, char ...
Hello Anthony. You don't know how the compiler will be using the registers, so before you use them, you need to save them on the stack. Push the current X...
Hi! ... Your asm operands are wrong. You must use only one asm: asm volatile ("jsr 0xffca" : : "x" (str)); The first string that you specify after the ':' is...
Hi! ... Yes. The offset is just an artifact to identify banked addresses from non-banked addresses. A symbol which is above 0x1000000 is assumed to be...
Hello, I'm trying to build the C++ standard library for hc12 using Cygwin. I'm currently disregarding the possibly huge sizes of the final library file, that...
My mistake. I did not understand how much the unix file size differs from what's actually loaded. Regards, Oscar ... Cygwin ... for ... the ... Management...
Hi! ... I was too busy during Christmas holidays to make this bug fix release. I'll (try to) make it on this Sat 1/4/2003 or Sunday morning. Best wishes to...
Dear Stephane I am new to this group. I am interested in design using the 68HC11, 68HC08 and 68HC12. The GNU software sounds fine, but I would appreciate a...
Jorgen Sandberg
jorgen.sandberg@...
Jan 2, 2003 4:35 pm
2305
Thanks, Stephane, for the advice about const char * and rom. I am a student and appreciate any advice. I have changed the asm line to what you suggested: asm...
asm() passes its arguments directly to the assembler. As long as its arguments are valid asm, it will work (you do need to escape the newlines as \n). You...
Hello, I am trying to get the interrupts working on my F1 board (Pete Dunsters F1 Board), without much luck. I have had a browse through these archives and...
... From: "Stephane Carrez" <stcarrez@...> To: <gnu-m68hc11@yahoogroups.com> Sent: Thursday, January 02, 2003 3:49 AM Subject: Re: Large binaries when...
I'm having problems with the use of global objects. For instance, writing code like this doesn't work: class testclass { public: testclass() { }; private: int...
I not familiar with the F1 board you mentioned. I did a quick Google search without any luck. If the board is using the Buffalo monitor, you have to use the...
Karl Lunt wrote a paper on how to get started: http://www.seanet.com/~karllunt/1112gnuc.htm But he wrote more about this in the Oct 2002 edition of Nuts &...
Eric, Thank you for the reply. I will keep watching the development. In case someone makes an easy to handle version for Windows 98SE, I will be a customer. ...
Jorgen Sandberg
jorgen.sandberg@...
Jan 4, 2003 3:28 pm
2314
Hi all, Release 2.1.1 of the GNU HC11/HC12 port is now available. It is available as source and binaries for GNU/Linux and Windows. This is a bug fix release...
I'm finishing up an IDE for assembler. I am thinking about porting the Dev C++ IDE so it supports gcc for embedded devices. I will look into that option soon. ...
Hi all, the .incbin directive in GAS does not work if GAS runs as mingw-binary for windows. It is related to ctrl-Z and CR/LF conversion as the file to include...
Hi i've a 68hc11f1 card (http://martial.benoit.free.fr/hc11_frame.html) and the only way to make it work was to use the upload software made by the author but...
Eric, Up to now I have been using the UltraEdit32 with the Pass11 assembler. That is a nice setup, but I have an assembler and a program to load the code onto...
Jorgen Sandberg
jorgen.sandberg@...
Jan 5, 2003 5:12 pm
2320
I'm a newbie with gcc and the way to compil a c program under linux. (make, makefile are strange for me) so i'm studying GEL and i believe there is no include...
... The problem arises whenever you try to use a Linux file on an MSDOS or Windoze machine. It begins with PCBUG: the very first time you compile or assemble a...
Jean-Paul Brodier
aslarorb@...
Jan 5, 2003 6:08 pm
2322
... Alternatively you could use the dos2unix and unix2dos commands in Linux, eg: unix2dos unixformatfile > dosformatfile & dos2unix dosformatfile >...
Stephen Pickering
Stephen.Pickering@...
Jan 5, 2003 6:45 pm
2323
... I'm working to update my install script for OSX to build the new version. Not too hard so far but the new source runs into an error while building gcc: ...