Hello,
I need to put assembly istructions inside my program like;
ASM
CharTable
DW 00AAh, 00AAh ; etc.
endasm
So i know i can't use PM assembler because it don't support this assembly instructions. Instead it i use MPASM and it work fine for me.
The only problem is how i can tell to picbasic compiler(i use a older dos version 2.60) to use MPASM instead PM ?
If i try to set ther parameter "PBP.EXE -ampasmwin" mpasmwin don't work i the only thing i get back is a lot of errors.
But if put a ";" in front a "PM_USED EQU 0" in my "source.asm" and try to assemble it with mpasmwin all work fine and i get a .Hex working file.
So can you help me, how i can tell to PBP to don't put inside my .asm file that line(PM_USED EQU 0) ???
Thanks for your time.
Bookmarks