Hello Ahmed,
if You look into the header file "16F84_32.txt" You will find the clue:
AKIZUKI's assembler.
I was not aware of this assembler. AKIZUKI seems to be a company in
Japan which sells Evalboards for PIC and some other microcontroller.
The 'ds' pseudoinstruction was also used by the parallax assembler,
so this was my first guess after i took a look into the main source.
The note regarding the assembler is only in the include file...
The AKIZUKI-assembler seems unavailable today. The examples of
AKIZUKI-evalboards use MPASM now.
Perhaps some boardmember from Japan has this software still on his harddisk.
Good luck and
Best Regards
Finally with help of your advise about that compiler/assembler , now i am finally able to compile that asm file with success.
The main issue was header file that included by author , a little modification in that file make me successful.
Best Regards.
If anyone interested i can upload the whole project