home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / REFEXAMP.ARC / PTRDWRD3.PRO < prev    next >
Encoding:
Text File  |  1988-06-21  |  277 b   |  9 lines

  1. %====================== ptr_dword/3           ===============================
  2. Goal: ptr_dword("Hello World",Seg,Off)
  3. Seg=26786, Off=271
  4. 1 Solution
  5.  
  6. Goal: ptr_dword("Hello World",Seg,Off),Off1=Off+6,ptr_dword(S,Seg,Off1)
  7. Seg=26786, Off=271, Off1=277, S=World
  8. 1 Solution
  9.