home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programming Unleashed
/
Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso
/
chap16
/
pointer5
/
pointer5.log
< prev
next >
Wrap
Text File
|
1995-03-20
|
1KB
|
19 lines
Turbo Debugger Log
CPU 80486
POINTER5.14: New(A); { Pointer will STILL equals nil! }
cs:0044 6A00 push 0000
cs:0046 9A5F019F3E call 3E9F:015F
cs:004BA3AA00 mov [POINTER5.A],ax
cs:004E 8916AC00 mov [00AC],dx
POINTER5.15: Dispose(A); { Does nothing }
cs:0052 FF36AC00 push word ptr [00AC]
cs:0056 FF36AA00 push word ptr [POINTER5.A]
cs:005A 6A00 push 0000
cs:005C 9A79019F3E call 3E9F:0179
POINTER5.16: GetMem(A, 100); { Allocate a hundred bytes }
cs:0061 6A64 push 0064
cs:0063 9A5F019F3E call 3E9F:015F
cs:0068 A3AA00 mov [POINTER5.A],ax
cs:006B 8916AC00 mov [00AC],dx
POINTER5.17: GetMem(B, 100); { Allocate a hundred bytes }