data segment pkey db "press (rgb) key to change color:$"endsstack segment dw 128 dup(0)endscode segmentstart: mov ax,data mov ds,ax... Read More
posted @ 2015-04-29 15:53 庚武 Views(484) Comments(0) Diggs(0)
data segment a db 1,2,3,4,5,6,7,8,9 b dw 0 ;sum of a table db 11h,22h,33h,44h,55h,66h,77h,88h,99h endscode segmentstart: mov ax,data... Read More
posted @ 2015-04-29 12:00 庚武 Views(437) Comments(0) Diggs(0)