Assembly Language for Beginners
8.11. ORACLE RDBMS .rodata:0800C524 dd 0FFFFC1EDh .rodata:0800C528 dd 8 .rodata:0800C52C dd 0 .rodata:0800C530 dd 4 .rodata:0800 ...
8.11. ORACLE RDBMS ... in thekqf.ofile, we find it in thekqfviptable: Listing 8.9: kqf.o .rodata:080185A0 kqfvip dd offset _2__S ...
8.11. ORACLE RDBMS SQL> select * from x$version; ADDR INDX INST_ID BANNER 0DBAF574 0 1 Oracle Database 11g Enterprise Editio ...
8.11. ORACLE RDBMS Listing 8.15: kqf.o .rodata:08042680 kqftap_element <0, offset kqvt_c_0, offset kqvrow, 0> ;⤦ Çelement ...
8.11. ORACLE RDBMS loc_2CE110D: ; CODE XREF: kqvrow+29E00E6 mov edx, ds:off_628B09C[ecx4] ; [ECX4+628B09Ch]=0x2ce1116, 0x2ce11ac ...
8.11. ORACLE RDBMS pop ebp retn ; EAX=0xcdfe558 loc_2CE11AC: ; DATA XREF: .rdata:0628B0A0 mov edx, [ebx+8] ; [EBX+8]=0xce2ffb0, ...
8.11. ORACLE RDBMS push ecx ; ECX=0x50 push esi ; ESI=0xce2ffb0, "TNS for 32-bit Windows: Version 11.2.0.1.0⤦ Ç- Production" cal ...
8.11. ORACLE RDBMS the objects are reloaded into the shared pool. One unusual thing about the X$KSMLRU fixed table is that the c ...
8.11. ORACLE RDBMS .text:00434C8C pop ebp .text:00434C8D retn .text:00434C8D _ksmsplu endp Constructions likememset (block, 0, s ...
8.11. ORACLE RDBMS kqftap_param.name=[INDX] ?: 0x20b02 0x0 0x0 0x0 0x4 0x0 0x0 kqftap_param.name=[INST_ID] ?: 0xb02 0x0 0x0 0x0 ...
8.11. ORACLE RDBMS SQL> select * from V$TIMER; HSECS 27294929 SQL> select * from V$TIMER; HSECS 27295006 SQL> select * ...
8.12 Handwritten assembly code. pop ebp retn slgcs endp (it is just a call tosltrgatime64() and division of its result by 10 (3. ...
8.13 Demos. ; AX = 214Fh, SP = FFFEh and SS:[FFFE] = 214Fh 0105 25 40 41 and ax, 4140h ; AX = 140h, SP = FFFEh and SS:[FFFE] = 2 ...
8.13. DEMOS we can read about one of the most simple possible random maze generators. It just prints a slash or backslash charac ...
8.13. DEMOS The interrupts are enabled back with thePOPFinstruction, which restores theIFflag as well. It is not possible to use ...
8.13. DEMOS Listing 8.23: Peter Ferrie: 10 bytes ; AL is random at this point 00000000: AE scasb ; CF is set according subtracti ...
8.13. DEMOS 8.13.2 Mandelbrot set You know, if you magnify the coastline, it still looks like a coastline, and a lot of other th ...
8.13. DEMOS Re(sum) =Re(a) +Re(b) Im(sum) =Im(a) +Im(b) Multiplication:(a+bi)(c+di) = (ac−bd) + (bc+ad)i In other words: Re(pr ...
8.13. DEMOS colored for each point on screen P: iterations = if check_if_is_in_set (P) map iterations to color draw color point ...
8.13. DEMOS realTemp2 = (realTemp realTemp) - (imagTemp imagTemp) - realCoord; imagTemp = (2 realTemp imagTemp) - imagCoord; ...
«
42
43
44
45
46
47
48
49
50
51
»
Free download pdf