Last seen: Jul 22, 2026
I've been sidetracked with a couple of contracts so I've been away from this project. I had started to make a website to host the API for the vp-to...
The server api now stores all it's data in a database instead of json files. It still serves the data to the client as json files, that hasn't change...
Borrowing code from MY other projects I meant to say.
It's getting close. I still have a lot of optimization and refactoring to do since I've been cheating by borrowing code from other projects so no ev...
I made vp-asm and vp-man update their local opcodes.json data file automatically on startup. It queries an api on my server that I created tonight w...
It wouldn't let me send a json file... opcodes.json_.txt
Here is the opcodes.json file for you. If you have time, since you are more familiar with the instruction set can you validate the opcodes, paramete...
lol, not a robot, I've just worked in programming, hardware and embedded systems since high school. When I get this infrastructure up and running ma...
I moved all the opcode definitions into an opcodes.json file for vp-asm and vp-man to share. The manual utility can now look up any opcode or list ...
@nivbot I'd love an S-100 system but can't affort one. I had to settle for replicas of the IMSAI and Altair 8800. There is something about blinky l...
The Volker-Craig VC-4152 came in, and after re-seating all the sockets there was nothing to fix. How disappointing for a 46 year old machine, fixing...
@nivbot I run an IT Department and have been coding since 1985, so stuff like this is really small task for me in comparison to my day job coding. It...
Since I had all the opcodes in a json file so that vp-asm.py would aware of what opcodes were valid and how many parameters they required for the erro...
Thanks. That was very helpful. I made a very rudimentary loader this evening that sends the chipout data and some hardcoded strings and meta data. ...
The compiler now will report compilation errors, where they are, and parameter information. Also don't have to pad 0x0 anymore. If you leave them ...