[00:28] MSG: Remote host closed the connection [05:45] Part: Mannerisk left #corewars [06:03] Join: X-Scale2 joined #corewars [06:06] MSG: Ping timeout: 240 seconds [06:32] Nick Change: X-Scale2 changed nick to NorthStar [06:40] Join: Mannerisk joined #corewars [09:06] Join: X-Scale2 joined #corewars [09:08] MSG: Ping timeout: 240 seconds [09:39] Nick Change: X-Scale2 changed nick to NorthStar [11:56] Join: fiveop joined #corewars [15:06] Join: ehird joined #corewars [17:58] Join: Metcalf joined #corewars [17:58] Hi :-) [17:59] hi [18:00] Hi Ehird [18:02] Hmmm... Terry Newton entered the nano hill in 3rd place :-) [18:34] Join: chahibi joined #corewars [18:34] Hello [18:34] hi [18:34] Hi Chahibi [18:34] Does JMP @1 behave like JMP $1 and JMP #1? [18:34] no [18:35] jmp $1 does not behave like jmp #1 either :) [18:35] jmp $1 jumps to the next location [18:35] So JMP $1 jumps to the address at the B field of the next instruction [18:36] you described jmp @1 [18:36] jmp @1 jumps to the location pointed to by the b-field of the next location [18:36] jmp #1 jumps to itself [18:36] Yes [18:37] basically $ = direct, @ = b-field indirect, # = refers to current location [18:37] What about JMZ $1 $1 and JMZ $1 #1? [18:38] What is the difference? [18:38] Ilmari's tutorial explains it better than I do, it's linked from the first link in the topic, http://tr.im/xep [18:38] chahibi: $1 checks the next instruction, #1 checks the "value" of 1 in the jmz-instruction itself [18:38] Linking pmars [18:38] /usr/bin/ld: Undefined symbols: [18:38] _sighandler [18:38] Oh dear. [18:39] I read http://vyznev.net/corewar/guide.html but it is not entirely clear for me [18:39] Mizcu, in the case of $1, does it check both fields of the next instruction? [18:40] chabibi: by default, only b-field [18:40] under '94 standard it is possible to check either, or both [18:40] Yes, with .F [18:41] Thanks guys, that was helpful [18:42] :-) [18:44] Hmm [18:44] Does the indirect mode work recursively? [18:44] If it points to another indirect mode [18:44] nope [18:45] Less fun :) [18:45] huge potential for abuse [18:46] True [18:46] anyone know what the issue is? [18:47] ehird: cant help with that one [18:47] jeez, we need somesort of "things that will go wrong compiling pmars" -list [18:49] "Demons will fly out of your nos" [18:49] e [18:49] "Nuclear missiles will be launched aimed at your house" [18:49] "All your family and friends will die in a car crash" [18:49] "skynet is born" [18:49] well i guess that warning would go to bvowk's evolver [18:49] "sighandler will be an undefined symbol" [18:49] wait... [19:15] :\ [19:20] anyone know the issue? [19:21] Join: Fizmo joined #corewars [19:22] hi hi [19:22] hi [19:22] I'm having trouble ... wait for it ... [19:22] ... [19:22] ... compiling pMARS. [19:22] hmmm [19:22] that's too deep into programming for me [19:23] but in case you're facing problems you could use others, like exmars etc. [19:23] mm, was just wondering if anyone knew what this meant :) [19:23] /usr/bin/ld: Undefined symbols: [19:23] _sighandler [19:23] collect2: ld returned 1 exit status [19:23] make: *** [pmars] Error 1 [19:24] hmm, I'm sorry, I have no any clue [19:24] :< [19:28] :\ [19:31] MSG: Ping timeout: 240 seconds [19:44] Join: Metcalf joined #corewars [19:44] Hi Fizmo [19:44] hi John [19:46] Terry Newton's warriors with be 66th and 68th on Infinano when I upload it [19:47] :\ [19:53] I'll upload it in the morning, my connection is too slow tonight [19:53] I wonder what's wrong with pmars [19:54] :-( [20:10] Join: MigoMipo joined #corewars [20:10] Hi MigoMipo :-) [20:10] Hello! [20:12] ehird: You are here too? [20:12] yep [20:14] Join: FireFly joined #corewars [20:15] Hi FireFly [20:15] Hello [20:21] * Metcalf wonders how tricky it would be to implement in-place merge sort in Redcode [20:21] Is it more complex than heap sort? [20:22] Join: Zetro joined #corewars [20:23] hi Firefly [20:23] hi Zetro [20:23] hi :) [20:24] you're first time here? [20:24] can'T remember your nick [20:24] but maybe I'm not that often here in the past :-P [20:24] Hi Zetro [20:26] yes im new (btw my internet is bad and i will soon disconnect :( 107s lag x.x) [20:26] ohh [20:27] Zetro, Using 3G? [20:27] Urgh, 3G :-( [20:28] Has anyone tried Skybuck's new Mars? [20:29] i havent reinstalled the sandbox since new hardware, so no [20:30] no, not 3G but have wireless internet :/ [20:31] MOV {0, No, I didn't tried Skybuck's new Mars [20:33] I finalized and compiled v0.2 of the DynaHill tournament program [20:33] I'll download it in the morning [20:33] Fizmo: nice, any new features? [20:33] The way this is going, I'll write my own simulator! [20:33] now there are all 1300+ published 94draft warriors on the infinite DynaHill [20:34] Who's King of the DynaHill? :-) [20:35] I added a Newbie League now [20:36] It's David Moore's Return of the Fugitive [20:37] Oh :-) [20:37] How far down am I? [20:38] But Combatra is slowly but constantly climbing the hill [20:38] Ehird: you could try exMARS just to see if it's easier to compile [20:38] mm [20:38] so I guess soon it will be close to the top [20:39] and then let's see if we get a new king of the hill [20:39] http://corewar.co.uk/ankerl/exmars.htm [20:43] soon I will start with the infinite open DynHill [20:59] I just need prepare the LP warriors [21:00] I'm just playing with Joonas's implementation of Forth in Redcode :-) [21:00] http://users.ociw.edu/birk/COREWAR/ODD/HILL/stackstuff.red [21:01] And trying to figure out the subroutines in http://users.ociw.edu/birk/COREWAR/ODD/HILL/optima1.red [21:25] MSG: Quit: QuitIRCServerException: MigoMipo disconnected from IRC Server [21:30] MSG: Ping timeout: 240 seconds [21:33] Hmmm... [21:33] Does anyone still program in Miranda? [21:38] * Fizmo waves [21:39] will be online tomorrow [21:39] MSG: Quit: ChatZilla 0.9.84 [Firefox 3.0.6/2009011913] [21:46] Metcalf: Miranda became Haskell [21:48] Do Miranda programs work in Haskell with minimal changes? [21:49] No. [21:49] How large is the program? [22:17] MSG: Quit: humhum [22:33] Yay! [22:33] I compiled pmars!! [22:35] what was missing? [22:35] Just had to add -Dunix to the CFLAGS in the makefile [22:58] MSG: Quit: Later [23:19] Join: chris joined #corewars [23:29] Join: X-Scale2 joined #corewars [23:33] MSG: Ping timeout: 240 seconds [23:58] Join: bvowk joined #corewars [23:58] hrm.