home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap16 / pointer5 / pointer5.log < prev    next >
Text File  |  1995-03-20  |  1KB  |  19 lines

  1. Turbo Debugger Log
  2. CPU 80486
  3. POINTER5.14:  New(A); { Pointer will STILL equals nil! }     
  4.   cs:0044 6A00           push   0000                         
  5.   cs:0046 9A5F019F3E     call   3E9F:015F                    
  6.   cs:004BA3AA00         mov    [POINTER5.A],ax              
  7.   cs:004E 8916AC00       mov    [00AC],dx                    
  8. POINTER5.15:  Dispose(A); { Does nothing }                   
  9.   cs:0052 FF36AC00       push   word ptr [00AC]              
  10.   cs:0056 FF36AA00       push   word ptr [POINTER5.A]        
  11.   cs:005A 6A00           push   0000                         
  12.   cs:005C 9A79019F3E     call   3E9F:0179                    
  13. POINTER5.16:  GetMem(A, 100); { Allocate a hundred bytes }   
  14.   cs:0061 6A64           push   0064                         
  15.   cs:0063 9A5F019F3E     call   3E9F:015F                    
  16.   cs:0068 A3AA00         mov    [POINTER5.A],ax              
  17.   cs:006B 8916AC00       mov    [00AC],dx                    
  18. POINTER5.17:  GetMem(B, 100); { Allocate a hundred bytes }   
  19.