added remaining LSL2 entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:12:53 -07:00
parent 15b25a611c
commit 81e4baccb1
4474 changed files with 99825 additions and 0 deletions

View File

@ -0,0 +1,25 @@
compile insert RECIPE_LAYER_INFO_EQU
* These are equates for the LAYER_INFO field in the RECIPE table
* so they are the @vm positions. This is used when there are
* same reactor layers.
* each layer is delimited by char(248)
* RecL stands for RECIPE Layer
equ RecLEpiDopant$ to 1
equ RecLEpiDepTimeMin$ to 2
equ RecLEpiDepTimeMax$ to 3
equ RecLEpiDiluent$ to 4
equ RecLEpiDopantFlowMin$ to 5
equ RecLEpiDopantFlowMax$ to 6
equ RecLEpiFrontOffestMin$ to 7
equ RecLEpiFrontOffestMax$ to 8
equ RecLEpiSideOffestMin$ to 9
equ RecLEpiSideOffestMax$ to 10
equ RecLEpiRearOffestMin$ to 11
equ RecLEpiRearOffestMax$ to 12
equ RecLEpiH2FlowMin$ to 13
equ RecLEpiH2FlowMax$ to 14
equ RecLEpiTCSFlowMin$ to 15
equ RecLEpiTCSFlowMax$ to 16