
        NAME    ?C_STARTUP

        EXTRN CODE (main)
        PUBLIC  ?C_STARTUP

        CSEG    AT  0
?C_STARTUP: LJMP    main 
