I have just recently been introduced to assembly code and have an issue. In order to properly code a project that has been assigned to me, I need to simulate a populated area using a PIC chip. If the chip need be specified I can supply the actual number. What needs to be done is the LCD supplied on the PIC board must be randomly populated with 1's as many times as a pushbutton is pressed. After the sampling is complete the LCD will display randomly placed 1's on the LCD and 0's where there are no 1's. I know my code pretty well but do not know how to attack the issue. Any pointers are greatly appreciated.