Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request for bit fields
#1
Maybe something like

Code:
Type Foo
   a as bitfield * 12
   b as bitfield * 3
   c as integer
   d as bitfield * 1
End Type
f you play a Microsoft CD backwards you can hear demonic voices. The scary part is that if you play it forwards it installs Windows.
Reply
#2
Bitfields already supported, but cannot be split up like that:

type T field = 1
a : 12 as ushort
b : 3 as ushort
c : 1 as ushort
d as integer
end type
stylin:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)