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