hi, who can give me the address offset's time of system

Recommended Answers

All 2 Replies

This doesn't make any sense to me...Could you elaborate

If your looking for an actual hard-wired address you could
use to retrieve the current time, or at least clock ticks,
I think this would be contained in the BIOS data area,
which starts at physical address 00400.
The data area of the BIOS would only be accurate in
a virtual machine or in real-mode, because in a protected
mode enviroment 32-bit handlers are used, unless of course
the BIOS provided 32-bit handlers.
You could also retrieve the time from the operating system,
which would most likely give you the actual time in H:M:S,
I believe the actual hour,minute,and second is mantained
by the operating system and sure it stores this somewhere
, in 16-bit assembly it would be possible to access it directly
if you knew where it was.

Good day.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.