mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-27 13:12:03 -04:00
Clean up case of some terms
This commit is contained in:
parent
e97d00fc1e
commit
a6fbef0b39
@ -33,34 +33,34 @@
|
||||
name=byte,
|
||||
description={A binary value represented by 8 bits}
|
||||
}
|
||||
\newglossaryentry{HalfWord}
|
||||
\newglossaryentry{halfword}
|
||||
{
|
||||
name={Halfword},
|
||||
name={halfword},
|
||||
description={A binary value represented by 16 bits}
|
||||
}
|
||||
\newglossaryentry{FullWord}
|
||||
\newglossaryentry{fullword}
|
||||
{
|
||||
name={Fullword},
|
||||
name={fullword},
|
||||
description={A binary value represented by 32 bits}
|
||||
}
|
||||
\newglossaryentry{DoubleWord}
|
||||
\newglossaryentry{doubleword}
|
||||
{
|
||||
name={Doubleword},
|
||||
name={doubleword},
|
||||
description={A binary value represented by 64 bits}
|
||||
}
|
||||
\newglossaryentry{QuadWord}
|
||||
\newglossaryentry{quadword}
|
||||
{
|
||||
name={Quadword},
|
||||
name={quadword},
|
||||
description={A binary value represented by 128 bits}
|
||||
}
|
||||
\newglossaryentry{HighOrderBits}
|
||||
{
|
||||
name={High order bits},
|
||||
name={high order bits},
|
||||
description={Some number of MSBs}
|
||||
}
|
||||
\newglossaryentry{LowOrderBits}
|
||||
{
|
||||
name={Low order bits},
|
||||
name={low order bits},
|
||||
description={Some number of LSBs}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user