LP5569 Programming
30
SNVU564A – July 2017 – Revised August 2017
Copyright © 2017, Texas Instruments Incorporated
Using the BOOST-LP5569EVM Evaluation Module
3.2
Reserved Keywords
The names of registers and instructions are assembler-reserved keywords. For the LP5523 device, the
following words are reserved and may not be used as statement labels:
Register names :
•
ra
•
rb
•
rc
•
rd
Instructions:
•
add
•
branch
•
end
•
int
•
je
•
jge
•
jl
•
jne
•
ld
•
load_addr
•
load_end
•
load_next
•
load_prev
•
load_start
•
map_addr
•
map_clr
•
map_next
•
map_prev
•
map_sel
•
map_start
•
ramp
•
rst
•
set_pwm
•
sub
•
trig_clear
•
trigger
•
wait
Directives:
•
ds
•
dw
•
.segment
3.3
Commenting
Commenting starts with a semicolon (;). The assembler ignores all characters after a semicolon.