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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cb00
  • Order by date
  1. cb00

    help copying inputed string to a table

    i forgot to give you what i have so far name_in proc ;input name ;ClearScreen mov ah,09 mov dx, offset prompt int 21h mov ah,0ah mov dx,offset nameprm int 21h ret...
  2. cb00

    help copying inputed string to a table

    TITLE Sort names entered from terminal (bsort.asm) .MODEL small .STACK 256 INCLUDE macs.inc .DATA nameprm label byte ;name prm list: maxlen db 21 ; max length of name namelen db ? ; #...

Part and Inventory Search

Back
Top