Hello, The stack pointer for the chip I'm using is 8bits (address 256 bytes max). Is there any way to get around this limitation so I can have larger stack space? (without changing chips) Regards, KC
To program in assembler, you need to know & understand the processor's instruction set and artchitecture. You need to visit the following page & thoroughly read the 8051 "bible" documents before you do anything much else! http://www.8052.com/links.phtml (Look under the INTERESTING SITES heading)
TYVM!!!