... yes, it will very useful to me. ... I'm working with the F1 variant, so if it could help, just ask. ... no, only the code of the boot in rom has been ...
134
Angel Vidal
mgutierrez6@...
May 1, 2000 8:50 pm
Clifford Heath wrote: ... Hi Clifford, I'm new in the list and I don't know if this source can help you. It's a tarker I found in my old disks and that I used...
135
Kate Alhola
kate@...
May 8, 2000 1:11 am
I compiled following program with the options also shown, with -msoft-reg-count=0 The problem is that it still uses *ZTMP. How to eliminate using it ? The...
136
Kate Alhola
kate@...
May 8, 2000 1:20 am
I was looking possibility to port gc11 HC11/HC12 port to the hc08. Hc08 is now most rich family of small processors made by motorola and they does not have any...
137
Stephane Carrez
stephane.carrez@...
May 8, 2000 8:57 am
Hi Kate, ... The soft-reg-count only controls the use of ZD[1..32] soft registers. You will always have the following soft registers: ZTMP ZREG XYREG ZREG and...
138
Stephane Carrez
stephane.carrez@...
May 8, 2000 8:57 am
Hi! ... I think it's not obvious. For the 68HC11 port, I had to introduce the Z register to simulate an index register so that GCC thinks there are 3 index...
139
Andreas Herkommer
anheit00@...
May 9, 2000 11:20 am
Hi, After compiling the following (useless) small Program int main(void) { int x; for(x=5; x; x--) x = x >> 8; return x; } compiled with the -mshort option the...
140
d_nacarino@...
May 10, 2000 3:14 am
Hi Dave, I need some HELP on how to Interface a Densitron 160*160 Graphics Module with controller built-in (SED1335) to an 8-bit Microcontroller Motorola...
141
yann gouy
yann_gouy@...
May 19, 2000 1:55 pm
Hi Clifford, I'm still waiting for news from you. 'cause it's no use to devellop the same stuff twice and there's nothing new on your web site. looking for...
142
Clifford Heath
cjh@...
May 22, 2000 2:09 am
... Sorry, I've been frantic with a product release at work and have done very little new. My gnu "as" version of the talker source is at home, but I have...
143
Clifford Heath
cjh@...
May 25, 2000 2:32 am
... There is now. My disassembly, makefiles, etc and a GNU talker is at <http://www.osa.com.au/~cjh/electronics/talker.tgz>. See also the DL11 main page at ...
144
yann gouy
yann_gouy@...
May 25, 2000 10:06 am
... I've download the whole stuff. ... I'll try to work on it, but not before this week-end ('cause of volley-ball tournament) The talkers ... i have a F1...
145
yann gouy
yann_gouy@...
May 27, 2000 12:50 pm
Hi, ... after a quick look, it's that the talkers are similar, they are just different in the initialisation of the stack, the SCI registers an,d the registers...
146
Clifford Heath
cjh@...
May 29, 2000 12:45 am
... The 'A and 'E are virtually identical, but some of the others have bigger differences. Talkd uses $3000 but I don't see any code that sets that - is this...
147
yann gouy
yann_gouy@...
May 29, 2000 7:08 am
... after a quick look, it's that the talkers are ... yes, it is! but i was wrong, there are mainly 2 families of talkers: - those where the SCI is...
148
Clifford Heath
cjh@...
May 29, 2000 7:28 am
... I'm not sure what you mean here. If SCI is not using interrupts, does it matter what the vector points to? ... Well, I was thinking of having a generic...
149
yann gouy
yann_gouy@...
May 29, 2000 9:32 am
... problem is I haven't understand the way the ... ok, but what about SWI? ... yes, it's a good idea. this way, we only get the main information but it's...
150
Clifford Heath
cjh@...
Jun 2, 2000 7:17 am
I'm assembling some boot-mode programs that keep variables in .page0. The assembler allocates two-byte address fields for these (to allow for relocation), so...
151
Stephane Carrez
stephane.carrez@...
Jun 4, 2000 8:25 pm
Hi! ... What about: ldaa *foo If you put foo outside of page0, you will get a linker error. Otherwise it should be ok. Now, to have 'ldaa foo' generate a...
152
Clifford Heath
cjh@...
Jun 4, 2000 11:00 pm
... Ahh, that's the fact I was looking for. I thought there might be a section attribute that says "everything in here can be reached using a one-byte...
153
Glen Harris
glen@...
Jun 7, 2000 2:43 am
Hi, y'all. I've just downloaded the GCC sources, etc to compile, and while I was browsing the list archives I found some people after linux based downloaders....
154
yann gouy
yann_gouy@...
Jun 7, 2000 8:57 am
... it's ok for me, send it to have a look. regards ===== Yann La Terre est le berceau de l'Humanite, mais nul ne reste eternellement dans son berceau. ...
155
Enoch Wexler
enoch@...
Jun 15, 2000 4:33 pm
Hello Stephane and all, I finally completed a gdbserver for my weird HC11 ICE, even have single step through a timer. The gdbstubs library ...
156
Stephane Carrez
stephane.carrez@...
Jun 16, 2000 8:03 pm
Hi Binutils, Gdb, Gcc maintainers, and co, At beginning of 1999, I've started to port the Binutils, Gdb and Gcc for the Motorola 68HC11 and 68HC12...
157
yann gouy
yann_gouy@...
Jun 20, 2000 10:14 am
... Hello Stephane and all, ... (http://download.sourceforge.net/gdbstubs/gdbstubs-20000401.tgz) ... hi, can we take a look to the code of the gdbserver, it ...
158
Enoch Wexler
enoch@...
Jun 20, 2000 1:35 pm
... Start from gdb-4.18-m68hc1x/gdb/gdbserver gdb <-- tcp/ip --> gdbserver <-- rs232 --> SUT monitor/ICE gdb protocol The full gdb protocol is documented in ...
159
yann gouy
yann_gouy@...
Jun 20, 2000 2:21 pm
... what about your SUT monitor/ICE? where does it come from? ... OK, I got it cheers, ===== Yann La Terre est le berceau de l'Humanite, mais nul ne reste...
160
o.saudan@...
Jun 22, 2000 2:15 pm
I'm trying to build hc11 and hc12 compilers for the cygwin32 host. I could build the toolchain for hc11 without problems, but the building of gcc for hc12...
161
yann gouy
yann_gouy@...
Jul 3, 2000 7:25 am
Hi so we have won the Euro 2000, we are the Champions! but I found a problem. when making the .S19 out of the Elf, it appears that the part of the page0 ...
162
Enoch Wexler
enoch@...
Jul 3, 2000 1:13 pm
... There's no code to initialize the soft registers (IIRC). In fact, one has to link at the end a `bss_end.s39; module to get the bss area cleared as C expects:...