Introduction - If you have any usage issues, please Google them yourself
antidad_a EQU s0
talto EQU s1 Rename register sX with <name>
tbajo EQU s2
indicador EQU s3
cantidad_b EQU S4 Define constant <name>, assign value
name ROM output file generated by pBlazIDE assembler
VHDL "ROM_form.vhd", "servo.vhd","servo"
grados DSIN 50
pwm DSOUT 100 Create output port, assign port address
<name> DSIO <port_id> Create readable output port,
assign port address
ORG 0 Programs always start at reset vector 0
EINT If using interrupts, be sure to enable
the INTERRUPT input
Inicio:
<<< your code here >>>
load talto,0
load tbajo,0
in cantidad_a,grados