File size: 943 Bytes
d5bfab8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
; Submitted by Simon Strandgaard
; Program Type: advanced
mov $80,$99
mov $81,100
mov $82,102
lps $80
mov $0,$$81
mov $4,$0
mov $5,$0
f11 $4,101000 ; Get width of image
f11 $5,101001 ; Get height of image
div $4,3
div $5,$4
mov $1,$4
f21 $0,101220 ; get N top rows
mov $1,$4
f21 $0,101222 ; get N left columns
mov $$82,$0
add $81,100
add $82,100
lpe
; template: "d10ecb37-x.asm"
; mutate: CallRecentProgram, no change
; mutate: CallRecentProgram, no change
; mutate: InsertLineWithHistogram, no change
; mutate: CallRecentProgram, no change
; mutate: CallRecentProgram, no change
; mutate: SetSourceToDirect
; mutate: CallRecentProgram, no change
; mutate: CallRecentProgram, no change
; mutate: CallRecentProgram, no change
; mutate: CallRecentProgram, no change
; mutate: InsertLineWithHistogram, no change
; mutate: ReplaceLineWithHistogram
; mutate: InsertLineWithHistogram, no change
; mutate: ToggleEnabled
|