Extention for boarchuz's hulp helping ULP marcos programming. github
Install via the download from github
Same as process_macros_and_load()
but no limitation on program size.
Disassembler for UPL memory, print it to serial.
Jump to subroutine via label.
Generate PWM signal on a pin, with fix duty (high) cycle.
Use labels from _lblNbr
to _lblNbr + LBL_PWM_Count
.
Generate PWM signal on a pin. R0 = duty (high) cycle.
Use labels from _lblNbr
to _lblNbr + LBL_PWM_Count
.
Multiplication. R0 = R0 * R1 -> R1 is OV, on OV the R0 = 0
Division. R0 = R0 / R1 -> R1 is rest.
Percentage. R0 = R0 % R1 -> R1 is OV