
        ; You'll often see these prefixed with Hdr: for historic reasons.
        ; This is no longer necessary, and in fact omitting them makes it
        ; possible to cross-compile your source code.
        GET     ListOpts
        GET     Macros
        GET     System

        AREA    |Util$$Code|, CODE, READONLY, PIC

        ENTRY

        SWI     XOS_WriteI+7
        MOV     pc, lr

        DCB     "32OK" ;32-bit compatible marker

        END
