seanshpark / at89c2051

play with AT89C2051 and AT89C4051
Apache License 2.0
0 stars 0 forks source link

Test program check Programmer #2

Closed seanshpark closed 4 weeks ago

seanshpark commented 1 month ago

A simple blink program will do to check the Programmer is working OK.

sdcc

8051 instruction set

8051 hardware manual

seanshpark commented 1 month ago

8051 Stack: push will increment SP

How to init SP value?

one of compile output file .mem will show RAM usage

How to use bit space?

How to use register bank 1, 2, 3 ?

seanshpark commented 1 month ago

Test with my old SE-511p programmer

Low Vpp voltage will fail to write.

seanshpark commented 4 weeks ago

done