i downloaded TASM (not sure which version), now i need to compile my 8051 experiments using the program.
please, please give me complete step by step instructions as to compile an 8051 (89c51) program written in assembly using TASM.
i believe it goes:
1)write the code in word pad and save it as xyz.asm (in the same directory is TASM?)
2)open DOS go to the TASM direcory, the type:
TASM xyz.asm or link tasm xyz.asm.....
(later?)