Guest User

Untitled

a guest
Oct 16th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Name: Generic Vector Display (compatible)
  2. ID: 0x3c704111
  3. Version: 1
  4.  
  5. A prototype integrated three-dimensional vector display system with electron gun array, highly-fidelity electromagnet drivers and controller electronics.
  6.  
  7. Display area: 1m^3. Resolution: 1/65536m in each axis (15 microns).
  8.  
  9. Interrupts do different things depending on contents of the A register:
  10.  
  11. A | BEHAVIOR
  12. ---+----------------------------------------------------------------------------
  13. 0 | Set mode: off
  14. 1 | Set mode: test cube pattern
  15. 2 | Set mode: user input
  16. 3 | Turn on flare point, set target position to (X,Y,Z)
  17. 4 | Turn off flare point, set target position to (X,Y,Z)
  18. 5 | Set noise level to B (0 = 0%, 0xffff = 100%)
  19. 6 | Set rotation position to B (0xffff = 360 degrees)
  20. 7 | Set B to rotation position
  21. 8 | Set autorotation speed to B degrees/second (B is signed)
  22. ---+----------------------------------------------------------------------------
  23.  
  24. Coordinates specified are signed integers.
Add Comment
Please, Sign In to add comment