dat org hubset #0 'change the base wait time from fast to slow increments of '1000 mov pin1,##40 'pins to flash mov pin2,##47 mov pin3,##43 mov pin4,##45 mov wtime, ##5_000 'base wait time blink waitx wtime drvnot pin1 drvnot pin2 waitx wtime drvnot pin3 drvnot pin4 call #adder adder sub pin2,##1 'change the pins add pin4,##1 'conditionals to test values test pin4,##47 if_e mov pin4,##40 sub wtime,##20 add pin3,##1 cmp pin3,##47 if_e mov pin3,#43 test pin2,##40 if_e mov pin2,##47 add wtime,##1000 cmp wtime,##10_000_000 if_e mov wtime,##5_000 jmp #blink pin1 res 1 pin2 res 1 pin3 res 1 pin4 res 1 wtime res 1