Description
While
ARMbasic provides access to many hardware functions
through various keywords, there are cases where the user may want to program the
available control registers directly.
Example
DayOfWeek = * (&HE0024034) ' read the
real time clock day of week register
* (&HE0024034) =
DayOfWeek ' write the real time clock day of week
register
Differences from other BASICs
- no equivalent in Visual BASIC
- no equivalent in PBASIC
See also