c! ( c addr -- )
published: 30 January 2023 / updated 30 January 2023
vocabulary: forth
Stores an 8-bit c value at address addr.
Example:
36 constant DDRB \ data direction register for PORT B on Arduino 32 DDRB c! \ same as 35 32 c!
published: 30 January 2023 / updated 30 January 2023
vocabulary: forth
Stores an 8-bit c value at address addr.
36 constant DDRB \ data direction register for PORT B on Arduino 32 DDRB c! \ same as 35 32 c!