Input Raw Compiled Words
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.
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).
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.
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.
Personally, I would like to see a memory editor of some kind.