RE: Total Spam - phistoh - 25.12.2012
Guten Morgen.
Und zum Bahnhof!
RE: Total Spam - darklink - 25.12.2012
IN INTEL PENTIUM 4 PROZESSOREN WURDEN 2 NEUE BEFEHLE GEFUNDEN!
Diese Befehle unterstützen Intel Pentium 4 Prozessoren mit 2 Kernen.
Diese Zwei Befehle Sind Puffer und NOT- Gates, die benutzt werden, wenn der Carried-Flag gesetzt ist:
Code: jc not_ok
not_ok:
not eax
Code: db 0xFF, 0x85 ; nic eax
Der erste Assembler der den nic-Befehl unterstützt ist Nasm:
Code: %include "pentium4.inc"
nic eax
PATCH für Nasm:
Code: %macro nic 1
db 0xFF,[%1]
%endmacro
PATCH für MASM, TASM:
Code: %macro nic 1
jc not_ok_%1
jmp ok_%1
not_ok_%1:
not %1
ok_%1:
%endmacro
ODER:
Code: .macro nic 1
jc not_ok_%1
jmp ok_%1
not_ok_%1:
not %1
ok_%1:
.endm
RE: Total Spam - darklink - 25.12.2012
hallo?
RE: Total Spam - mewking - 25.12.2012
Hi!
RE: Total Spam - phistoh - 25.12.2012
HEy!
RE: Total Spam - Enel - 25.12.2012
vollgefressen.
RE: Total Spam - darklink - 25.12.2012
Pappsatt!
(Ps: Das ist jetz schon Leos 3. Urlaub, nich?)
Zitat:Ich reise per Steinbrück'
xD man kann doch nicht mit ner Steinbrücke reisen!
Was fällt euch da noch auf?
RE: Total Spam - mewking - 25.12.2012
:/
RE: Total Spam - phistoh - 25.12.2012
Müde.
RE: Total Spam - Hayate_Yagami - 25.12.2012
gähnnnnnn
|