0x10code icon indicating copy to clipboard operation
0x10code copied to clipboard

Input Raw Compiled Words

Open TyOverby opened this issue 13 years ago • 4 comments

I am working on creating a compiler which will produce bytecode. 0x10co.de is perfect for testing the assembly, but I have a feeling that compilers will become more prevalent the closer the game comes to completion.

TyOverby avatar Apr 11 '12 06:04 TyOverby

This has been suggested by other people, so this is definitely on my todo list. The easiest way to do this will probably be a file upload that saves the program as a big DAT instruction (then it works just like any of the other pieces of code).

mappum avatar Apr 11 '12 06:04 mappum

I actually wouldn't mind inputting them in a text box of some sort like this:

7de1 8000 0048 7de1 8001 0065 7de1

It would be easy as hell to generate on my end, and would be as quick as copy+paste instead of having to upload and then run every time something changed.

TyOverby avatar Apr 11 '12 06:04 TyOverby

If you really want to do that, you can do it now (just prefix each line with dat, or one dat and don't use newlines). However, that's a little bit too ghetto, the uploading will be nicer for most people.

mappum avatar Apr 11 '12 06:04 mappum

Personally, I would like to see a memory editor of some kind.

colinvh avatar Apr 12 '12 13:04 colinvh