1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
struct color r db 0 g db 0 b db 0 endstruct struct point x db 0 y db 0 endstruct struct colored_point col color 1, 2, 3 pt point 1, 2 endstruct