Wednesday, March 18, 2020

Short program with loop back to start.

Wrote short assembler program to flick Q flag up and down with loop. Worked as expected.
byte vRAM[7] = {0x7b, 0x7b, 0x7a, 0x7b, 0x30, 0x00,0x00};             //ie seq,seq,req,seq,br start, idl

No comments:

Post a Comment

Pi Pico and other Boards

 Got a new Pi Pico and it looks very promising. Want to use Oled display with it.