Most browsers in the latest smart phones have implemented the W3C Geo location: The Geolocation API defines a high-level interface to location information associated only with the device hosting the implementation, such as latitude and longitude. The API itself is agnostic of the underlying location information sources. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs, as well as user input. No guarantee is given that the API returns the device's actual location. The API is designed to enable both "one-shot" position requests and repeated position updates, as well as the ability to explicitly query the cached positions. Using the Geolocation API to plot a point on Google Maps, will look something like this: if ( navigator . geolocation ) { navigator . geolocation . getCurrentPosition
This is a program to add two 16 bit numbers in which one number is stored at 8050 and 8051 and the 2nd number is stored at 8060 and 8061............ and the result is at 8070 and 8071 program: LDA 8051H LXI H,8061H MOV B,M MVI E,00H ADD B JNC loop1 INR E loop1 STA 8071H LDA 8050H LXI H,8060H MOV B,M ADD E ADD B MVI E,00H JNC loop 2 INR E loop 2 STA 8070H MOV A,E STA 8072H HLT