Home
last modified time | relevance | path

Searched defs:store2b (Results 1 – 3 of 3) sorted by relevance

/dports/audio/aylet/aylet-0.5/
H A Dz80.h34 #define store2b(x,hi,lo) do {\ macro
52 #define store2b(x,hi,lo) store2func(x,hi,lo) macro
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dz80.h38 #define store2b(x,hi,lo) do {\ macro
56 #define store2b(x,hi,lo) store2func(x,hi,lo) macro
H A Ddumpay.c82 void store2b (uint16_t ad, uint8_t hi, uint8_t lo) in store2b() function