Author |
Message |
Topic: Hacker Virtual Machine IDE |
Col. Dump
Replies: 17
Views: 23301
|
Forum: Challenges Posted: Sun Aug 21, 2022 6:22 pm Subject: sources |
If there is still someone who wants to build his own assembler based on the IDE, here is my code:
https://gitlab.com/col.dump/hvmide
It's the original code of my last release nearly 14 years ago ... |
 |
Topic: Hacker Virtual Machine IDE |
Col. Dump
Replies: 8
Views: 31446
|
Forum: General Posted: Sun Aug 21, 2022 1:29 pm Subject: official sources |
If there is still someone who wants to build his own IDE, here is my code:
https://gitlab.com/col.dump/hvmide
It's the original code of my last release nearly 14 years ago, cleaned up a little a ... |
 |
Topic: Hacker Virtual Machine IDE |
Col. Dump
Replies: 17
Views: 23301
|
Forum: Challenges Posted: Tue Sep 06, 2011 8:28 pm Subject: Hacker Virtual Machine IDE |
Hi, thank you for your nice feedback. Yes, I'm still around, even though I don't have much time these days to proceed further in the challenges. I hope you have fun with the IDE...  |
 |
Topic: HVM online works right? |
Col. Dump
Replies: 4
Views: 8928
|
Forum: Challenges Posted: Fri Nov 28, 2008 10:18 am Subject: HVM online works right? |
Try this one: http://sites.google.com/site/hvmide/  |
 |
Topic: Hacker Virtual Machine IDE |
Col. Dump
Replies: 17
Views: 23301
|
Forum: Challenges Posted: Thu Nov 27, 2008 3:44 pm Subject: Hacker Virtual Machine IDE |
If I find the time, I will make a code fork and clean it up so it can be released. |
 |
Topic: Hacker Virtual Machine IDE |
Col. Dump
Replies: 17
Views: 23301
|
Forum: Challenges Posted: Mon Nov 24, 2008 1:39 am Subject: Hacker Virtual Machine IDE |
Thank you for the tip! Looks like the result of -1/2 depends on how the languages treat rounding in integer division.
Python: result is the next smaller integer, positive and negative
>>> ... |
 |
Topic: Hacker Virtual Machine IDE |
Col. Dump
Replies: 17
Views: 23301
|
Forum: Challenges Posted: Sat Nov 22, 2008 3:00 pm Subject: new version 0.9.2 |
You can find a new release at the old location, which now
- has a new run command "run to cycle X"
- returns 0 for read operations on uninitialized memory instead of throwing an exception
... |
 |
Topic: Hacker Virtual Machine IDE |
Col. Dump
Replies: 17
Views: 23301
|
Forum: Challenges Posted: Sat Nov 22, 2008 2:03 pm Subject: Hacker Virtual Machine IDE |
I'm happy to hear that my tool is actually of use for you.
You are right with respect to the machine behaviour: both negative memory addresses as well as memory initialization should work as yo ... |
 |
Topic: Hacker Virtual Machine IDE |
Col. Dump
Replies: 17
Views: 23301
|
Forum: Challenges Posted: Thu Nov 20, 2008 2:06 am Subject: Hacker Virtual Machine IDE |
Hi all,
I wrote a prototypical IDE for the hacker virtual machine. It's a small java application available at http://sites.google.com/site/hvmide/.
Happy hacking,
Col. Dump |
 |
Topic: Hacker Virtual Machine IDE |
Col. Dump
Replies: 8
Views: 31446
|
Forum: General Posted: Thu Nov 20, 2008 12:36 am Subject: Hacker Virtual Machine IDE |
Hi everybody,
I had to rewarm my java and swing skills for an upcoming project, so I decided to write an integrated development environment for the hacker virtual machine... It's a small java appli ... |
 |