書目名稱Guide to Assembly Language網(wǎng)絡(luò)公開度學(xué)科排名
書目名稱Guide to Assembly Language被引頻次
書目名稱Guide to Assembly Language被引頻次學(xué)科排名
書目名稱Guide to Assembly Language年度引用
書目名稱Guide to Assembly Language年度引用學(xué)科排名
書目名稱Guide to Assembly Language讀者反饋
書目名稱Guide to Assembly Language讀者反饋學(xué)科排名
作者: orthopedist 時間: 2025-3-21 21:47
Lucian Kern,Horst-Dieter R?nschThis chapter concerns string processing. Specifically it examines various string processing instructions that are available in MASM. Continuing on with the last chapter, it also examines the manipulation of arrays of strings.作者: etidronate 時間: 2025-3-22 02:00 作者: Impugn 時間: 2025-3-22 05:07 作者: Palpate 時間: 2025-3-22 08:54
Simulation in Produktion und Logistikmetic operations. One of the simplest ways to learn how to perform arithmetic in assembly language is to first write the equation as a high-level statement. Assuming the integer variables num1 and num2 already contain values, then how could one implement the following C statement in assembly language?作者: macular-edema 時間: 2025-3-22 13:18
https://doi.org/10.1007/978-3-663-08947-6ing language. Just as there are many structures in a high-level language, there are corresponding structures in assembly language, such as the pre-test, post-test, and fixed-iteration loop structures. Depending on the circumstances, one should use the best structure for the task at hand.作者: macular-edema 時間: 2025-3-22 19:30 作者: Communal 時間: 2025-3-22 22:44 作者: 配偶 時間: 2025-3-23 01:23
Unstable Bradycardia, Transvenous Pacinglow-level language known as machine language and is coded in ones and zeros. Further, the machine language of an Intel microprocessor is different than that of other microprocessors or mainframes, thus machine language is not transferable from one type of machine to another.作者: Accommodation 時間: 2025-3-23 08:14
https://doi.org/10.1007/978-3-642-29436-5e individual bits within a memory location or a register. These types of operations are known as . operations. An example of this is when interfacing with an external device, when often only a single bit is needed to be checked or set on the external device.作者: 北京人起源 時間: 2025-3-23 11:13 作者: 率直 時間: 2025-3-23 15:55 作者: Cognizance 時間: 2025-3-23 18:41 作者: 遵循的規(guī)范 時間: 2025-3-24 01:23 作者: modish 時間: 2025-3-24 03:14
Procedures and Macros,embly which can be a difficult concept for new assembly language programmers. Lastly, this chapter shows the beginning of the implementation of what might be called a macro calculator which simulates a one register (accumulator) computer.作者: Pelvic-Floor 時間: 2025-3-24 08:02 作者: Abjure 時間: 2025-3-24 14:35 作者: Incompetent 時間: 2025-3-24 16:02
Input/Output,ce with other languages like C++ or Java, the transition to the C language I/O should not be too difficult. Although all the fundamentals of I/O in C that are necessary for this text will be presented in this chapter, the reader can always refer to any number of C programming language texts to explore some of the other options available.作者: Derogate 時間: 2025-3-24 19:33
Arrays, them. This chapter will be concerned with the declaration of arrays of signed double words (sdword), while the declaration of an array of bytes will be introduced in the next chapter on strings. Lastly, this chapter will illustrate the use of arrays in a number of examples.作者: 充滿人 時間: 2025-3-25 02:02
,Einführung in das Werkstatt-Buch, them. This chapter will be concerned with the declaration of arrays of signed double words (sdword), while the declaration of an array of bytes will be introduced in the next chapter on strings. Lastly, this chapter will illustrate the use of arrays in a number of examples.作者: transient-pain 時間: 2025-3-25 06:22
Variables, Registers, and Data Movement,re closer to the machine and there is a one-to-many relationship between high-level languages and low-level languages, where language translators such as compilers and interpreters convert each high-level instruction into many low-level instructions. The native language of a particular machine is a 作者: 火花 時間: 2025-3-25 08:16 作者: Amenable 時間: 2025-3-25 13:00
Arithmetic Instructions,metic operations. One of the simplest ways to learn how to perform arithmetic in assembly language is to first write the equation as a high-level statement. Assuming the integer variables num1 and num2 already contain values, then how could one implement the following C statement in assembly languag作者: cortisol 時間: 2025-3-25 19:08
Iteration Structures,ing language. Just as there are many structures in a high-level language, there are corresponding structures in assembly language, such as the pre-test, post-test, and fixed-iteration loop structures. Depending on the circumstances, one should use the best structure for the task at hand.作者: Generalize 時間: 2025-3-25 21:45 作者: violate 時間: 2025-3-26 04:10 作者: Extort 時間: 2025-3-26 05:43
Arrays,indexing arrays, and how to input, process, and output arrays. Although there are many ways one can index an array, this text will present only two of them. This chapter will be concerned with the declaration of arrays of signed double words (sdword), while the declaration of an array of bytes will 作者: 歌唱隊 時間: 2025-3-26 10:50
Selected Machine Language Instructions,s that can be used for machine language instructions. One of the first considerations is the size of the instruction. With a larger the instruction, more opcodes can be included, more registers can be referenced, and more memory locations can be addressed. Also, how a particular instruction is divid作者: 線 時間: 2025-3-26 14:45 作者: incite 時間: 2025-3-26 17:51 作者: BIBLE 時間: 2025-3-26 21:32
Simulation in Produktion und Logistikmetic operations. One of the simplest ways to learn how to perform arithmetic in assembly language is to first write the equation as a high-level statement. Assuming the integer variables num1 and num2 already contain values, then how could one implement the following C statement in assembly languag作者: geometrician 時間: 2025-3-27 04:23 作者: Clumsy 時間: 2025-3-27 07:37 作者: minimal 時間: 2025-3-27 13:09
Sa?a Sopka,Melanie Simon,Stefan K. Beckersprobably a new topic to most readers. Both procedures and macros are tools that allow programmers to save time by not having to rekey the same code over and over again, but there are important differences between the two mechanisms. The chapter then continues with the introduction of conditional ass作者: 朝圣者 時間: 2025-3-27 16:52
,Einführung in das Werkstatt-Buch,indexing arrays, and how to input, process, and output arrays. Although there are many ways one can index an array, this text will present only two of them. This chapter will be concerned with the declaration of arrays of signed double words (sdword), while the declaration of an array of bytes will 作者: BRIDE 時間: 2025-3-27 21:50
Simulation mechatronischer Systemes that can be used for machine language instructions. One of the first considerations is the size of the instruction. With a larger the instruction, more opcodes can be included, more registers can be referenced, and more memory locations can be addressed. Also, how a particular instruction is divid作者: GULF 時間: 2025-3-27 23:07
Biosocial Criminologyined colleagues (Walsh & Ellis, 2004) that the biosocial perspective has much to offer, for it has been said that sociologists are not simply oblivious to biology, but “militantly and proudly ignorant” (van den Berghe, 1990, p. 177).作者: Melodrama 時間: 2025-3-28 06:01 作者: Accessible 時間: 2025-3-28 07:35
K. Moulton,A. Schmitz,A. Buckwell,R. Trendafilovetween reactive, secured and hybrid protocols for the various quality of service (QoS) parameters under the scenario of changing number of connections. The result emphasized that Hybrid Wireless Mesh Networks (HWMP) performed more efficiently when compared with Ad-hoc on Demand Distance Vector (AODV作者: NEXUS 時間: 2025-3-28 11:31 作者: Ganglion 時間: 2025-3-28 17:24 作者: grudging 時間: 2025-3-28 22:49
Passive components and power supplieskonzerthaft gezeugt, selbst sein Rezitativ hat feste, instrumental empfundene Form, so gewissenhaft und phantasievoll es dem Worte nachgeht. Aber Bachs instrumentale Grundhal-tung hat keine geschichtliche Folge gehabt; das ganze achtzehnte Jahrhundert ist noch ein Jahrhundert der Vokalit?t geblieben作者: 注意 時間: 2025-3-29 01:44
Vladimir Hudolinrding to the starting points (inputs, triggers) for a closedIntroduction Closing supply chains refers to taking care of items once they are no longer desired or can no longer be used by their user. Smart management of closed-loop supply chains means profitable recovery of value from these items (pro作者: 變色龍 時間: 2025-3-29 03:29
most up-to-date one-stop reference work for readers of all d.This major reference work is a one-shot knowledge base onelectroporation and the use of pulsed electric fields of high intensityand their use in biology, medicine, biotechnology, and food andenvironmental technologies, and is built on the