Update src/data/sym.equates.S ds section with proper offset values

This commit is contained in:
Lane Roathe 2020-05-24 16:18:51 -07:00 committed by GitHub
parent 89b7308c15
commit 80839b641c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -3,14 +3,13 @@ lab_size equ 31
label_mask equ 31
o_labstr ds lab_size+1 ; 0
o_labnum ds 2 ; 16
o_lableft ds 2 ; 18
o_labright ds 2 ; 20
o_labprev ds 2 ; 22
o_lablocal ds 2 ; 24
o_labtype ds 2 ; 26
o_labval ds 4 ; 28
o_labnum ds 2 ; 32
o_lableft ds 2 ; 34
o_labright ds 2 ; 36
o_labprev ds 2 ; 38
o_lablocal ds 2 ; 40
o_labtype ds 2 ; 42
o_labval ds 4 ; 44
sym_size equ *
dend