VOGONS

Common searches


First post, by Sancheze

User metadata
Rank Newbie
Rank
Newbie

(Google Translate)

Good evening, when running the Borland debugger in two boxes I use the commands tasm / zi / l name.asm
Tlink / v name
Td name
Anyway, when I put a proc in the code, I can't see it in the hr of executing it step by step:

Name1 proc near

Name1 endP

Then the code:
___
____
Call name1
_____
End
Call name1 would not be seen in the debugger.

---

Original:

Buenas, a la hora de ejecutar el debuger borland en dos box uso los comando tasm /zi /l nombre.asm
Tlink /v nombre
Td nombre
En fin cuando coloco un proc en el codigo no logro verlo a la hr de ejecutarlo paso a paso:

Nombre1 proc near

Nombre1 endP

Luego el codigo:
___
____
Call nombre1
_____
End
Call nombre1 no se vería en el debugger.