Datasheet4U Logo Datasheet4U.com

AN3334 - Data Structures

Key Features

  • rs and PC are pulled from the stack. When returning from a jump (RTS instruction), the PC is pulled from the stack. Data Structures for RS08 Microcontrollers, Rev. 0 4 Freescale Semiconductor Free Datasheet http://www. datasheet4u. com/ Stacks 3.2.1 RS08 Stack The RS08 family of MCUs have no stack-pointer registers in the core and, therefore, no automatic program control. Section 7, “Linked Lists,” shows a macro managing the use of the shadow program counter (SPC) for nested subroutines. The.

📥 Download Datasheet

Full PDF Text Transcription (Reference)

The following content is an automatically extracted verbatim text from the original manufacturer datasheet and is provided for reference purposes only.

View original datasheet text
Freescale Semiconductor Application Note Document Number: AN3334 Rev. 0, 11/2006 Data Structures for RS08 Microcontrollers by: Inga Harris 8-bit Microcontroller Applications Engineer East Kilbride, Scotland 1 Introduction 1 2 Contents Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2.1 Storing Strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2.2 Accessing Strings . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.3 String Applications. . . . . . . . . . . . . . . . . . . . . . . . . . 3 Stacks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3.1 Stack Reading and Writing . . . . . . . . . . . . . . . . . . .