Advertisement
VasVadum

Terminator HUD

Dec 13th, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. The Terminator - HUD display
  2. Unsure of some of the bits here, hard to read the number 0 in this and the 8 looks almost exactly the same in the smudgy blur of the highest quality video I could get. :P
  3.  
  4. 29 SLOTA EQU $06 ;ADDRESS ADDER (SLOT# . 16)
  5. 30 SLOT EQU $07 ;POKE RAMCARD SLOT# (0 TO 7)
  6. 31 BANK EQU $_8 ;POKE 16K RAM BANK (1 TO 8)
  7. 32 COUNT EQU $F9 ;MIBYTE # OF POINTS PLOTTED
  8. 33 VIEW EQU $FA ;PAGE VIEWED (INDIRECT)
  9. 34 VIEWH EQU $FB ;MIBYTE OF VIEW
  10. 35 STOR EQU $FC ;PAGE IN STORAGE (INDIRECT)
  11. 36 STIRH EQU $FD ;MIBYTE OF STOR
  12. 37 D0 EQU $FE ;USED FOR BANK SWITCHING RESET
  13. 38 D0H EQU $FF ;MIBYTE OF D0-0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement