summaryrefslogtreecommitdiff
path: root/libyasm/tests/equ-expand.asm
blob: eaa94213e8754bc90e662d782113ceb84fefa945 (plain)
1
2
3
4
5
6
7
8
9
nop
end1:

line_out equ    end1+258        ;length = 1 + 263
real_end equ    end1+258+264

        cmp     bx,(real_end-line_out)/4
	cmp	bx,((end1+258+264)-(end1+258))/4
	cmp	bx,(end1+258+264-end1-258)/4