0 Members and 1 Guest are viewing this topic.
EDIT: I very much enjoy that I can copy my code from my home computer to a flash drive and then get on a public computer when I am in town and continue programming. This is a great project, Deep Thought!
"Reference to undefined equate HL (line " ld d,(hl) " in Grammer_z80)"
Some suggestions/bugs:With default zoom, the line numbers, the code and the cursor aren't aligned properly (In Chrome and Opera). Changing the zoom will fix it, but has to be set back on other sites, so please fix this:
The undocumented instructions are in the drop down menus, but give errors when compiling. (Make them usable)
What about making the highlight color a bit darker, you can barely see it when viewing the screen from a slight different angle. Or a setup like most IDEs have with all the font properties and color settings
How about adding the number of cycles each line takes and a calculator to multiply blocks of code with how often the part runs and giving a total sum. That would be awesome to improve and optimize stuff.
I copied and pasted my program code to ORG and I got a bazillion errors like this:Quote"Reference to undefined equate HL (line " ld d,(hl) " in Grammer_z80)"
Any ideas why?
Also, another feature that might be good is to return the output size of an app or program, that way we can figure out how much room we have left
Maybe. I would have to change how the programs are parsed in order for that to work dynamically. I have all the data for size and cycles, though.
it seems like it would be simpler and more intuitive to have the calculations be in the same column as the code is already. the cycle count could just be displayed to the right of the line number and the total calculations over on the right side where all the rest of the system messages are.
Pass onePass twoTotal size: 16113 bytesWarning: file_get_contents(/home/deepthought/public_html/asm/lQbmwR.8xk): failed to open stream: No such file or directory in /home/deepthought/public_html/asm/index.php on line 994 Warning: unlink(/home/deepthought/public_html/asm/lQbmwR.8xk): No such file or directory in /home/deepthought/public_html/asm/index.php on line 996Program assembled with no errors (download)
It seems that there is still a bug with creating apps?QuotePass onePass twoTotal size: 16113 bytesWarning: file_get_contents(/home/deepthought/public_html/asm/lQbmwR.8xk): failed to open stream: No such file or directory in /home/deepthought/public_html/asm/index.php on line 994 Warning: unlink(/home/deepthought/public_html/asm/lQbmwR.8xk): No such file or directory in /home/deepthought/public_html/asm/index.php on line 996Program assembled with no errors (download)The total size looks right, but when I download it, it is a zero byte file.
What about the undocumented instructions?
ld ixh,dld ixl,e
push depop ix