ALP to find out whether a given byte is in the string or not. Also to find the location of the byte from starting location of the string. Developer: Anirudh T P Licence: OpenSource Platform/Language: MASM Download
MASM program to find smallest and largest element in an array of 16 Bit numbers. Developer: Anirudh T P Licence: OpenSource Platform/Language: MASM Download
MASM program to sort an array in ascending order and to search for a number in the array. Developer: Anirudh T P Licence: OpenSource Platform/Language: MASM Download
Simple Calculator performs basic arithmetic operations : addition,subtraction,multiplication and division of 16 Bit numbers. Developer: Anirudh T P Licence: OpenSource Platform/Language: MASM Download
UDP or user datagram protocol is an alternative protocol to its more common counterpart TCP. UDP like TCP is a protocol for packet transfer from 1 host to another, but has some important differences. UDP is a connectionless and non-stream oriented protocol. It means a UDP server just catches incoming packets from any and many hosts without establishing a reliable pipe kind of connection. Developer: Abhishek Nandakumar Licence: OpenSource Platform/Language: Python Download Server.py Download Client.py