Kocyk

notatki hla

Oct 30th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. 834(10) -> (2)
  2.  
  3. 834/2 r0
  4. 417/2 r1
  5. 208/2 r0 00 11|0100|0010(2)
  6. 104/2 r0 3 4 2 (16)
  7. 52/2 r0
  8. 26/2 r0
  9. 13/2 r1
  10. 6/2 r0
  11. 3/2 r1
  12. 1/2 r1
  13. 1
  14.  
  15. -834(10) -> (2)
  16.  
  17. --||--
  18.  
  19. 1101000010(2) -> 834
  20. 0000001101000010(2) -> 834 ale 16 bitow
  21. 1111110010111101(2) (negacja)
  22. +0000000000000001(2) (+1)
  23. --------------------------
  24. 1111110010111110(2) = -834
  25.  
  26. -1 * 2^15 + 1* 2^14 + 1*2^13 ... + 1*2 = -834
  27.  
  28. 1111|1100|1011|1110(2)
  29. F C B E (16)
  30.  
  31.  
  32. 0000000000000000 0000001101000010(2)
  33. 1111111111111111 1111110010111101(2)
  34. 1111111111111111 1111110010111110(2)
  35. f f f f f c b e(16)
Add Comment
Please, Sign In to add comment