Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Assembly Variables, how to manage 'em ?

Status
Not open for further replies.

gunaR

Programmer
Aug 26, 2006
3
0
0
BR
Hi!
I'm a assembly begginer and i have a question.
I know how to retrive a Keyboard Input to a RECORDER(AL)
but i dont know how to put AL into a not-initialized variable(VARIABLE DB ?).
So, how to do it ?
2. How to add a caracter to a variable without modifying the start of it ?
Thanks a lot,
long life to asm! :D
 
ok, question 1 solved with
MOV AH,0Ah
LEA DX,STRING
INT 21h

but cloud anyone answer question 2 ?
pleasE?
thx
 
OMG!
Sorry!
I just found it on this forum itself.
I'm really sorry.
Cya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top