Subject:
|
INTERACTIVE C AND THE .ICB COMPILER
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Mon, 15 Mar 1999 19:30:44 GMT
|
Original-From:
|
Russell, Casey <crussell@osec.com+avoidspam+>
|
Viewed:
|
1116 times
|
| |
| |
Hello,
My problem lies with the downloading of a constructed .icb file created
for the .icb compiler from Newton Labs. I have written a .asm file and
compiled it using the web page http://www.newtonlabs.com/ic/icb-200.html
. The code compiles successfully and when I copy the associated .icb
file and try to download the code using IC 3.2 I receive this message
"Fatal internal error: Non-contiguous binrecs in concat" then windows
informs me that an illegal operation was performed and shuts down IC.
Below is a copy of the .asm file and the .icb file. Any help on this
matter would be greatly appreciated. Thank You.
Casey Russell
Crussell@osec.com
540-663-0995
--
MIME ATTACHMENTS DISCARDED:
1. Content-Type: application/octet-stream;
name="Test.icb"
Content-Disposition: attachment;
filename="Test.icb"
Content-Length: 2991
2. Content-Type: text/plain;
name="COMBO1.ASM.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="COMBO1.ASM.txt"
Content-Length: 5371
3. Content-Length: 0
|
|
Message has 1 Reply: | | RE: INTERACTIVE C AND THE .ICB COMPILER
|
| Russell You are making a mistake in you addressing-mode. You do a: STAB TFLG1,X, where TFLG1 = $1023 and you initialise X=#$1000 The assembler gets confused and generates bogus output, including a warning. You need to set TFLG1 EQU $23. You need to (...) (26 years ago, 16-Mar-99, to lugnet.robotics.handyboard)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|