PDA

View Full Version : Assembler problem



Charles Linquis
- 25th January 2014, 17:59
I'm having a strange problem when using PBP on my new laptop. I'm away from home now, and don't have access to all my resources.

I can compile using PBP (3.x) just fine.

When I try to use the -n option for PBPL, the compile goes OK, but when it gets to the assembler I get the following:

7207


What is setup improperly on my laptop?

Archangel
- 26th January 2014, 07:57
Hi Charles,
I hope I understood the question . . . In MCS Click View, click compile & program options, in there the first check box should be checked . . . Use compiler long words. HTH
JS

Darrel Taylor
- 26th January 2014, 19:00
Scroll down through the list of errors.
Look for one that says "WARNING: Unable to open INCLUDE file ..."

I'm guessing you don't have DT_INT-18 on that computer.
http://darreltaylor.com/DT_INTS-18/home.html

Or, post the complete list of errors.

Darrel Taylor
- 26th January 2014, 19:37
Tried it here without DT_INTS and it gives the warnings at the compiler level, not the ASM.

So you'll need to post the complete error list.