summaryrefslogtreecommitdiff
path: root/modules/parsers/tasm/tests/struc.asm
blob: 5a88b6157b6b8c58e42ecc281028d7e46df78b83 (plain)
1
2
3
4
5
6
7
8
s struc
  a db ?
  b db ?
s ends

v s <1,?>

mov al,[v].b