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
Building Quotation engine program
kindly send interview materials
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
how to generate dsnless connectivity in j2ee
write a sql qwery which include joining of two tables 4 marks mainframe
What are the limitation in using querystring in .net?
write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers
What is BASIS
HOW TO DOWNLOAD ORCUT SITE VIDEOS IN PC WITH THE HELP OF MOZILL'S FIREFOX?
you have a computer with 80GB hard disk and ubuntu 8.04 is installed on entire hard disk.now you have to create a seprate partition for windows OS and install win XP as dual boot.write down the steps involved along with the commands
1 Answers Anand Group, Indian Navy, TCS,
What is the GAC? What problem does it solve?
To sorting array of 10 elements which sorting is best a)selection b)bubble c)tree sort