> To write a assembly program. HELP~?

To write a assembly program. HELP~?

Posted at: 2014-12-18 
For what CPU? Is the display memory mapped?

I want to write a assembly program that will display a 4-byte number can move from left to right across the top of the memory display. i don't know how i can do it. is there any example i can use for reference?

For example:

The "0" will move from left to the right...

Time 1: 0x0eeeeeee 0xeeeeeeee. . .

Time 2: 0xe0eeeeee 0xeeeeeeee. . .

Time 3: 0xee0eeeee 0xeeeeeeee. . .

Time 4: 0xeee0eeee 0xeeeeeeee. . .

Time 5: 0xeeee0eee 0xeeeeeeee. . .

Time 6: 0xeeeee0ee 0xeeeeeeee. . .

Time 7: 0xeeeeee0e 0xeeeeeeee. . .

Time 8: 0xeeeeeee0 0xeeeeeeee. . .

Time 9: 0xeeeeeeee 0x0eeeeeee. . .