System32 Function 26 (1Ah) - Delay

Description
A quicky delay service. The delay is measured in 25ths of a second, this is because the hardware clock gets boosted to the PAL frequency at the bootup of V2_OS.
Input

AL

26d (1Ah)

EDI

Delay Counter (25ths of a second)
Output

None

None
Errorcodes

None

None
Notes
This service is still accurate even if there are a lot of IRQ's fired etc...
Development Status
Working. An high-accuracy delay that measures in nanoseconds will be added later...

Back