dcb "INIT" RTL dcb "MAIN" JSR Graphics ; I've added this label. We'll jump here to draw the graphics. RTL ; After drawing the graphics, end our code. Graphics: ; The label name for my Graphics routine.