Hello, I need help and idea on work to solve this assembly language.
Oluwaseyi
Oluwaseyi:
Direct Addressing and Arithmetic Operations
Convert your year of birth to a hexadecimal number and store write it to memory address 0200h. Is 1 byte enough to store the number? Why/why not? Do the writing to memory accordingly.
Get the last 4 digits of your student number and write it to next memory address. Consider which memory address you should be using according to the answer of the first question.
Find the sum of these two numbers. Store the result in register DX.
Subtract first number from second store the result in register CX.
Anonymous
Hello I need assistance for writing a C++ program, anyone can help?
Aadarshhh
Aadarshhh
can anyone check this program
Aadarshhh
create a structure "student" with attributes name,age,birthplace,name varaiable stores name of student,age stores the age of that student and birthplace stores the name of the place where that student was born....................In main program ,create array of 10 students.Write a code to input data of 10 students from user...IN addition to that , your program should check wether any two or more students are neighbours or not .TWO STUDENTS ATE CALLED NEIHBOUR IF THEY HAVE SAME BIRTHPLACE
Aadarshhh
this is the ques.. I've created structures but can't search birthplace and display name
I need to make a class Exchange to accept a sentence and interchange the first alphabet with the last
alphabet for each word in the sentence, with single letter word remaining unchanged. The words
in the input are separated by a single blank space and terminated by a full stop.
Aadarshhh
Aadarshhh
ᴀɴᴜɴᴀy bro I think I've completed it :)
Anonymous
How can payment processors be added to a website please