-%define ALIVE '#' ; char to represent an alive cell
-%define PRINT_COLOR 0x07 ; grey on black
-%define WAIT_DELAY 0x02 ; 0.131072 seconds
+%define ALIVE '.' ; char to represent an alive cell
+%define PRINT_COLOR 07h ; grey on black
+
+%define WAIT_DELAY_CX 01h ; cx:dx = delay in microseconds
+%define WAIT_DELAY_DX 00h