home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / JAGDEV_1.LZH / DEVELOP.JAG / VECTRONI.X! / JAGPEG / DEJAG / DEJAG.INC < prev    next >
Text File  |  1993-09-21  |  893b  |  17 lines

  1. DQ_Adr         EQU $F03E00      ; The start of DQ??.ABS (Dequantize table)
  2. In_Adr         EQU $F03F40        ; Points to start of JAG data
  3. Out_Adr         EQU $F03F44        ; Points to start of output area
  4. Dehuff_Adr     EQU $F03F48        ; Points to start of DEHUFF.ABS
  5. Out_Width    EQU $F03F4C      ; Width of the output space in blocks
  6. Out_E_Width     EQU $F03F50        ; Encloded pixel width (#WID320 for example)
  7. All_Done         EQU $F03F54      ; Contains: 1-In progress 0-Done
  8.  
  9. ;In_Adr         EQU $F03B00        ; Points to start of JAG data
  10. ;Out_Adr         EQU $F03B04        ; Points to start of output area
  11. ;Dehuff_Adr     EQU $F03B08        ; Points to start of DEHUFF.ABS
  12. ;Out_Width    EQU $F03B14      ; Width of the output space in blocks
  13. ;Out_E_Width     EQU $F03B18        ; Encloded pixel width (#WID320 for example)
  14. ;DQ_Adr         EQU $F03BB8      ; The start of DQ??.ABS (Dequantize table)
  15. ;All_Done         EQU $F03B34      ; Contains: 1-In progress 0-Done
  16.  
  17.