1. Consider the following input and generate the object code
using single pass assembler.
JOHN START 0
USING *,15
L 1,FIVE
A 1,FOUR
ST 1,TEMP
FOUR DC F’4’
FIVE DC F’5’
TEMP DS ‘F
END
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by text editor?
What is WEB 3.0? What are the features their in WEB3.0
2.Different data types in C? and its value and range?
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
How will you prove that java swing is multithreaded?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
What is Partial class and its use?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
what does mean and stack mean in genral programming?
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?