Quote Originally Posted by Kenjones1935 View Post
I copied your code snip from POST #73 at 3:02 on the 28th of January.
I noticed in the .asm code that it wanted to:
INCLUDE "MACKRA~1.MAC"
There is no such file in my computer. Do I need a copy? May I have one?
Looks like you have the code named MACKRACKIT?
The *.MAC file is the macro file generated by PBP. It will be in your project directory. The name is chopped to the 8.1? standards.
Also the compiler complained that:
Error 118: "Overwriting previous address contents (2007)
Page 157 of DS33014K says that Error 118 occurred because "Code was previously generated for this address" I assume it is talking about address (2007). I do not see where in the .asm code this is happening. I do not even know what to look for.

Ken
Looks like you are setting the configs in the *.inc file. I have them in the code. Just comment that line out and it should be OK.