1 2 3 4 5 6
%define foo 5 %define bar baz mov ax, [foo+bar] %define baz bzzt %define bzzt 9 mov ax, baz+bar