 |
peekpoke.h |
Header File |
Routines for easier access to the memory and to I/O ports
Functions
- peek_bit
- Fetches a bit from the memory.
![]()
- peek_l
- Fetches a double word from the memory.
![]()
- peek_w
- Fetches a word from the memory.
![]()
- peek
- Fetches a byte from the memory.
![]()
- peekIO_bit
- Reads a bit from an I/O port.
![]()
- peekIO_w
- Reads a word from an I/O port.
![]()
- peekIO
- Reads a byte from an I/O port.
![]()
- poke_bchg
- Inverts a bit at a memory address.
![]()
- poke_bclr
- Clears a bit at a memory address.
![]()
- poke_bset
- Sets a bit at a memory address.
![]()
- poke_l
- Stores a double word in memory.
![]()
- poke_w
- Stores a word in memory.
![]()
- poke
- Stores a byte in memory.
![]()
- pokeIO_bchg
- Inverts a bit in an I/O port.
![]()
- pokeIO_bclr
- Clears a bit in an I/O port.
![]()
- pokeIO_bset
- Sets a bit in an I/O port.
![]()
- pokeIO_w
- Sends a word to an I/O port.
![]()
- pokeIO
- Sends a byte to an I/O port.
![]()
- speek_l
- Fetches a signed double word from the memory.
![]()
- speek_w
- Fetches a signed word from the memory.
![]()
- speek
- Fetches a signed byte from the memory.