программа
- Code: Select all
a.w=$F123
Debug Bin(a,#PB_Word)
Debug Bin((a << 21),#PB_Word)
Debug Bin(((a << 21) >> 23),#PB_Word)
; IDE Options = PureBasic 4.60 (Windows - x86)
; CursorPosition = 3
; EnableXP
результат
- Code: Select all
1111000100100011
0000000000000000
1111110001001000