Is there a way to multiply or divide in asm86? also, can u store sprites in aliases? (ie: ld hl,dot ld (picture),hl dot: .db 8,8 .db %00000000 .db %00011000 .db %00111100 .db %001... (you get the idea)