is it possable to have a small example of a use of a smart bombing and/or the dumb bombing? are they "visable" in the *corewars* application( like all the other "mov"'s)?
In the example codes there is one Sored that cought my eye "Jerry" seems this guy was ment to "copy it-self, and jump into the copy" but it dies after 33 moves, any one have any idea why it happens? or how it should be fixed?
the jerry asm' code:
mov si, ax
add si, 025
mov cx, 07
push w.[si]
sub si, 02
loop 08
mov di, ss
mov ds, di
add ax, 027
mov di, ax
nop
mov cx, 07
mov si, sp
add di, 027
mov ax, di
repe
movsw
jmp ax