Skip to main content

ARM Hardware Access

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 = *
($E0024034) ' read the real time clock day of week
register

See also