Programming Assembly for x86 Intel:
UserSeg DB 00, 00 ; user segment in hex
UserOff DB 00, 00 ; user offset in hex
DB 'h $'
Output DB 'Value = '
IntNum DW 0000 ; memory read in ASCII (2 bytes)
DB 'h $'
TopLine DB 'Memory Values - Please Enter a 4 digit hex offset $'
Pause DB 'Press any key to continue ...$'
This is your life and it's ending one minute at a time...
Posted by pcnofelt at February 5, 2002 10:40 PM | TrackBack