answersLogoWhite

0


Best Answer

APCB and APCBXL are two of the many data structures used in Assembler. They are mostly used for EXIT routines. Routines are nothing but simple logics

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain different data structure used in assembler?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Engineering

A network administrator is analyzing the data from a network performance baseline Which condition will not be indicated in the baseline data?

the ip addressing scheme of the network


What part of the system unit processes input data?

cpu


What is home interview survey in transportation engineering?

Transportation forecasting is the process of estimating the number of vehicles or travelers that will use a specific transportation facility in the future. A forecast estimates, for instance, the number of vehicles on a planned freeway or bridge, the ridership on a railway line, the number of passengers patronizing an airport, or the number of ships calling on a seaport. Traffic forecasting begins with the collection of data on current traffic. Together with data on population, employment, trip rates, travel costs, etc., traffic data are used to develop a traffic demand model. Feeding data on future population, employment, etc. into the model results in output for future traffic, typically estimated for each segment of the transportation infrastructure in question, e.g., each roadway segment or each railway station.Four-step models Within the rational planning framework, transportation forecasts have traditionally followed the sequential four-step model or urban transportation planning (UTP) procedure, first implemented on mainframe computers in the 1950s at the Detroit Area Transportation Study and Chicago Area Transportation Study (CATS). Precursor steps Although not identified as steps in the UTP process, a lot of data gathering is involved in the UTP analysis process. Census and land use data are obtained, and there are home interview surveys. Home interview surveys, land use data, and special trip attraction surveys provide the information on which the UTP analysis tools are exercised.Source: WikipediaRefer to links to read the article


Why is it important to analyze all available engineering data and documentation before decisions are made?

safety,quality,production,cost,benefit to the wrold.


What is the difference between baseband coaxial and broadband coaxial cable?

The difference between baseband coaxial and broadband coaxial cable is baseband coaxial technology uses digital signaling in which the cable carries only one type of digital signal. Where as the broadband coaxial technology typically transmits analog signals and is capable of transmitting multiple frequencies of data simultaneously.

Related questions

Explain The merits of using a deque to implement a stack in data structure?

Explain The merits of using a deque to implement a stack in data structure


What is forest in data structure explain?

forest


What are the different data structure used in pass 1 assembler?

chupa lao jinu answer chahida ithe vaje ............kam kar koi nahi te search maran lag jande.............


How would a person explain data structures to a technophobe?

It is possible to explain data structure in layman's terms. Simply put, in computer terms, a data structure is a commonly used method of data organization.


What are the different user define data typesexplain with example?

what are the different user define data types explain with example


Wt is the different between structure and class?

A structure is a different from a class in the sense that a class can represent data elements as well as their associated functions whereas a structure can represent only data elements,, not their associated functions.


What are the various data base use in two phase assembler?

tutorial(6 mark)


What is a label and how does the assembler differentiates between code labels and data labels?

[object Object]


Where and in which area can the data structure concepts be used?

You use a data structure when you have data to store and:You have more data than you can store in an arrayYou want to be able to find it efficientlyYou want to be able to organise it in different ways


What are the subject-matters of data structure?

types of data structure types of data structure


What is structure in oops?

Structures can be defined as a tool for handling a group of logically related data items. They are user-defined and provide a method for packing together data of different types. Structure Student 'declaring a structure named Student Dim StudentId As Integer Dim StudentName As String 'declaring two fields of different data types in the structure End Structure Best Regards Nikhil Soni


What is the difference between an array and structure?

An array is a collection of related data elements of same type.Structure can have elements of different types.An array is a derived data type.A structure is a programmer-defined data type.A struct can contain multiple data types, whereas an array can not.