Designer Reference Manual
USB08 Evaluation Board
120
Source Code Files
MOTOROLA
Source Code Files
CRTSJB8.S
;
C STARTUP FOR HC08JB8
;
Copyright (c) 1995 by COSMIC Software
;
xref
_main, __sbss, __memory, __stack, __HC08Setup
xdef
_exit, __stext
;
__stext:
ldhx
#__stack
; initialize stack pointer
txs
jsr __HC08Setup
;
ldhx
#__sbss
; start of bss
bra
loop
; start loop
zbcl:
clr
0,x
; clear byte
aix
#1
; next byte
loop:
cphx
#__memory
; up to the end
bne
zbcl
; and loop
prog:
ldhx
#__stack
; initialize stack pointer
txs
jsr
_main
; execute main
_exit:
bra
_exit
; and stay here
;
end
Содержание MC68HC908JB8
Страница 2: ...blank ...
Страница 6: ...Designer Reference Manual USB08 Evaluation Board 6 List of Sections MOTOROLA List of Sections ...
Страница 16: ...Designer Reference Manual USB08 Evaluation Board 16 List of Tables MOTOROLA List of Tables ...
Страница 42: ...Designer Reference Manual USB08 Evaluation Board 42 Hardware Description MOTOROLA Hardware Description ...
Страница 88: ...Designer Reference Manual USB08 Evaluation Board 88 USB08 Descriptors MOTOROLA USB08 Descriptors ...
Страница 243: ...blank ...