From e158295736f3626dd828dd7157a9358ea30427d6 Mon Sep 17 00:00:00 2001 From: Deepika024 <44196112+Deepika024@users.noreply.github.com> Date: Tue, 16 Oct 2018 16:41:20 +0530 Subject: [PATCH] Update binary_search.asm --- binary_search.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binary_search.asm b/binary_search.asm index 8602456..6e00fbc 100644 --- a/binary_search.asm +++ b/binary_search.asm @@ -7,7 +7,7 @@ data segment NOT_FOUND db 'ELEMENT NOT FOUND $' ele db 2 ;ele variable stores the element to be searched first dw 0 - last dw 4 + last dw 4 ;last variable stores the last index of array two db 2 data ends @@ -77,4 +77,4 @@ end start ;............................................................... - \ No newline at end of file +