Search found 4 matches

by BieneMaya
Sat Aug 29, 2009 8:45 pm
Forum: Challenges Solved
Topic: Exclusive Or
Replies: 24
Views: 4483

Now I understand why nobody really likes assembler-code or stack-machines, after a little coding with HVM :D Now my solution in three steps: Note: M[x] is memory-cell number x, with x element of integer A) 0: move 1 to M[2] /* in M[2] is used as counter */ 1: while (a != 0 || b != 0) { 2.0: if (a % ...
by BieneMaya
Tue Aug 18, 2009 6:13 pm
Forum: Wormageddon
Topic: Wrong target version at sample worm-bots
Replies: 1
Views: 18564

Wrong target version at sample worm-bots

Hello Hacker.org Community, Today I tryed to run the Worms SDK. The sample Bots aren't compiled correctly. While it is fixed you can use the workaround script below or recompile it yourself. #! /bin/bash rm bin/WallAvoider.class rm bin/IGotsAdd.class javac -target 5 -d bin src/WallAvoider.java javac...
by BieneMaya
Fri May 22, 2009 1:48 pm
Forum: Challenges
Topic: Hack VM (initial memory file) [answered]
Replies: 3
Views: 8808

Thank you, for your fast answer.
by BieneMaya
Fri May 22, 2009 12:03 pm
Forum: Challenges
Topic: Hack VM (initial memory file) [answered]
Replies: 3
Views: 8808

Hack VM (initial memory file) [answered]

Hello,

Is there any possibility to send predefined memory cells when submitting the answer code or is this sometimes part of the challenge to find out how to send predefined memory cells? (for example: It' a Small World)?
(With predefined memory cells I mean a initial memory file.)

BieneMaya