טכניקות מתקדמות

עמוד
מוצגות 2 תגובות – 1 עד 2 (מתוך 2 סה״כ)
  • מאת
    תגובות
  • #76922
    Dagey
    משתתף

    מישהו יכול לתת דוגמא להאצת השורד ?
    וכיצד משתמשים בהפצצה כבדה כשאני מפעיל אותה התוכנית נעצרת במקום.

    תודה

    #78298
    DL!
    משתתף

    Speed example
    @loop:
    WAIT ; 4 WAITs in a row is the NRG virtual opcode
    WAIT
    WAIT
    WAIT
    ; you can do something here
    jmp short @loop

     

    Bombing
    ; The following example bombs the start of the Arena with INT3's.
    ; Note that it will kill the survivor itself if it was loaded to this area… ;)

    ; set ES:DI to CS:0000
    PUSH CS
    POP ES
    MOV DI, 0

    ; Set DX:AX to CCCC:CCCC (which translates to the invalid opcode INT3)
    MOV AX, CCCC
    MOV DX, CCCC

    ; Bomb!
    INT 86

מוצגות 2 תגובות – 1 עד 2 (מתוך 2 סה״כ)
  • יש להתחבר למערכת על מנת להגיב.