The code
Code:
DEFINE OSC 20
WHILE A <> 0
   Zaehler_Byte = Zaehler_Byte + 1
 WEND
is given.

Assuming that Zaehler_Byte = 60000, how long did the loop take?