Someone could help me to make in assembler 8086 (MASM), a program that does the SHELL SORT, I would be grateful to help me :)




Someone could help me to make in assembler 8086 (MASM), a program that does the SHELL...
could someone help me make a linked list in javascript, that has methods of inserting, updating element by index, deleting by index, obtaining all the elements, obtaining elements by index, I would be very grateful to you to help me :)
Create a assembler(MASM) program to allow two players to play a game of pig. For learning the game, I would recommend playing against the computer - it is easier to keep track of whose turn it is when playing against the computer. You will only handle two people playing, don't worry about trying to implement a computer player. Note that you will want to use the RandomRange procedure that is part of the Irivne32 library. Learn to play here http://www.playonlinedicegames.com/pig
someone could help me with these problems :(, I would be very grateful if they detail your answer Problem a) A capacitor C1 = 3uF is connected in series with a capacitor C2 of parallel plates, which has a dielectric of dielectric constant 2.5, distance of separation of plates of 2x10 ^ (- 4) and area of 54.23m ^ 2, both initially charged and subsequently connected to an 8V battery What is the energy density C2 (in SI units)?...
could someone help me with these problems I would be very grateful :) Problem a) a small factory uses a 750W compressor, a 5.2kW air conditioning unit and a 1250J / s rotor for its production What will be the capacity of the fuse (in A) to support the load of the 3 devices connected in parallel at a voltage of 480V? b) Referring to the previous problem, what is the cost (in $) of using the 5.2 kW air...
Please help answer this question
1)
2)
3)
Why does the assembler make two passes through the program? To determine the addresses of labels in order to calculate the correct offset for PC relative memory and branch instructions. To calculate immediate values for operate instructions. To determine register values for LDR and STR instructions. To create constant values for . FILL assembler directives. After the second pass, what machine code instruction would the assembler create for BRnzp TEST, with the...
Can someone please help me with the piping of the following code. The Myshell is a command language interpreter which can execute several internal commands as well as some external command using a default Linux shell. The command can be read from either standard input or a batch file. This program currently executes commands such as ls>1, sort myshell.c >2. What I need it the to pipe the commands so i can execute commands like ls | 1 or sort...
Can someone help me with a simple C programming problem? How do I make some code like this into its own function? Currently it's pat of the main function, but I want to be able to call it. If you could help me with the prototype, function call, and definition, I'd really appreciate it. Thanks! if(some_input=='r'){ someone = 0; } else if(some_input=='p'){ someone = 1; } else if(some_input=='s'){ someone = 2; } else if(some_input=='q' || some_input=='Q'){ break; // Breaks...
can someone help me with the following topic Complement in numerical bases r and r-1 of this I want the following complements 1. Complement of 9 and 10 2. Complement 1 and 2 and of these I need to know I. Algorithms or translation steps II.Application area I would be very grateful to you to help me :) :D
I was hoping that someone could help me through a discussion/check of a pedigree I had to draw for a class project. I am struggling because there are multiple diseases to indicate a mechanism of inheritance for, and I'm getting confused with the instance of two parents affected by two separate diseases. In addition to this, I am supposed to indicate the likelihood of the first child of the last generation inheriting any of these diseases...which I believe I could...
Could someone help me make a DFA to recognize the following text input: Problem planner: "PlanName" [ year: year{ month: month ( day: day < Description: "here the description"; image: "path"; > ) }] Example: planner: "CalendarSystems" [ Year: 2019 { Month: 08 ( day: 04 < Description: "I need to do a DFA, please :("; image: "" C: \\ stagelist.txt ""; > ) } ]