What's the best way to do say a 5 second delay? In BASIC I would reset TIME and wait for it to pass a threshold, in assembler I ended up creating a counter that counter down from 255 in another loop that counted down to 255 and called that numerous times, way overkill, sure there's likely a real easy way.
BTW I only started learning it yesterday haha
