added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,21 @@
compile insert bnd_equates
*
* Record Structure
Equ Rpt_Table$ to 1
Equ Rpt_Detail$ to 2
Equ group_header$ to 3
Equ group_footer$ to 4
Equ page_header$ to 5
Equ page_footer$ to 6
Equ Rpt_Header$ to 7
Equ Rpt_Footer$ to 8
* Structure of bands
Equ Str_Table$ to 1
Equ Str_col$ to 2
Equ Str_x$ to 3
Equ Str_y$ to 4
Equ Str_Width$ to 5
Equ Str_Font$ to 6