Advertisement
Guest User

Untitled

a guest
May 14th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. $ printf "\x1d\x25\x40\x05\x01\x00\x84\xe8" | pysvp64dis -v
  2. 1d 25 40 05 sv.ldu/ff=~RC1 *r16,0(*r0)
  3. 01 00 84 e8
  4. spec
  5. sv.ldu RT,DS(RA) XO=1
  6. pcode
  7. EA <- (RA) + EXTS(DS || 0b00)
  8. RT <- MEM(EA, 8)
  9. RA <- EA
  10. binary
  11. [0:8] 00000101
  12. [8:16] 01000000
  13. [16:24] 00100101
  14. [24:32] 00011101
  15. [32:40] 11101000
  16. [40:48] 10000100
  17. [48:56] 00000000
  18. [56:64] 00000001
  19. opcodes
  20. 111010------------------------01
  21. PO
  22. 111010
  23. 32, 33, 34, 35, 36, 37
  24. XO
  25. 01
  26. 62, 63
  27. RT (vector)
  28. 0010000
  29. 38, 39, 40, 41, 42, 19, 20
  30. extra3[0]
  31. DS = EXTS(DS || 00)
  32. DS
  33. 0
  34. 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, {0}, {0}
  35. RA (vector)
  36. 0000000000000
  37. 43, 44, 45, 46, 47, 22, 23, 22, 23, 22, 23, 22, 23
  38. extra3[1]
  39. RM
  40. ld/st immediate&indexed: Rc=0: ffirst z/nonz
  41. RM
  42. 000000000010010100011101
  43. 6, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
  44. RM.mmode
  45. 0
  46. 6
  47. RM.mask
  48. 000
  49. 8, 10, 11
  50. RM.elwidth
  51. 00
  52. 12, 13
  53. RM.ewsrc
  54. 00
  55. 14, 15
  56. RM.subvl
  57. 00
  58. 16, 17
  59. RM.mode
  60. 11101
  61. 27, 28, 29, 30, 31
  62. RM.mode.sel
  63. 11
  64. 27, 28
  65. RM.smask
  66. 000
  67. 24, 25, 26
  68. RM.extra
  69. 100101000
  70. 18, 19, 20, 21, 22, 23, 24, 25, 26
  71. RM.extra2
  72. 100101000
  73. 18, 19, 20, 21, 22, 23, 24, 25, 26
  74. RM.extra2.idx0
  75. 10
  76. 18, 19
  77. RM.extra2.idx1
  78. 01
  79. 20, 21
  80. RM.extra2.idx2
  81. 01
  82. 22, 23
  83. RM.extra2.idx3
  84. 00
  85. 24, 25
  86. RM.extra3
  87. 100101000
  88. 18, 19, 20, 21, 22, 23, 24, 25, 26
  89. RM.extra3.idx0
  90. 100
  91. 18, 19, 20
  92. RM.extra3.idx1
  93. 101
  94. 21, 22, 23
  95. RM.extra3.idx2
  96. 000
  97. 24, 25, 26
  98. RM.VLi
  99. 1
  100. 27
  101. RM.inv
  102. 1
  103. 29
  104. RM.els
  105. 0
  106. 30
  107. RM.RC1
  108. 1
  109. 31
  110.  
  111.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement