I'm trying to work with C and Assembly (intelx8086) language.
I'm also using one class that was implemented by a friend of mine. It has a
typedef enum data_10 {a=0,b=7,c=10,} data_10_type;
I want to work with this class bitwise (AKA construct it/destroy it on Assembly). My question is, how much memory does "enum" take?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…