Finding reference materials for Turbo Assembly on DOS

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 9K views
cyeokpeng
Messages
68
Reaction score
0
Can anyone show me how to get good reference materials for Turbo Assembly language for DOS applications? Any complete reference tutorial websites or reference books woul be sufficient.

I have been googling and yahooing but still cannot find one good reference.
Thanks.
 
Physics news on Phys.org
Actually, I need to do a project on creating a game board with game pieces on it. The game rules and requirements are not required to be implemented in the assembly program.

First of all, I need to use INT 10 to draw graphics lines, since it looks much neater compred to using ASCII characters to draw. If I am not wrong, I need to loop usingthe jmp command to draw pixels over and over again until the conditions in CX register matches the number stored in another register. But even with helppc, I do not understand how to use the Interrupt 10 for drawing graphics.

Thanks!