0 Members and 2 Guests are viewing this topic.
for the string, not the code, so if you put in "Hello World!" it will convert to "48656C6C6F20576F726C6421", this way ASM routines for displaying text will be able to use it
Impressive Some of the tables are a little hard to read due to the colouring though, maybe on the really dark ones change the text colour to white?
shouldn't 9A be sbc a,d?
Having them in assemblex would be cool actually. I hope you can figure out or get help to do it.
I've been using this lately, and I gotta say, I like the way it looks. Some suggestions:Changing the font to Courier or Courier New. Just a personal preference—I like fixed-width when I code.Left-justifying each cell. It's easier to find beginnings of instructions that way. Again, a personal preference.Uniform widths for cells (looks better and more professional).Extending the width of every cell so that the text in all cells are in one line instead of being broken up.Less contrasting colors.And a bug report:$08 is EX AF,AF', not EX AF,AF.EDIT: Seems like it was a browser issue. Never mind. But that said, I'd recommend adding some padding to each cell, so that doesn't happen to other people. Just a suggestion And an addition suggestion:The undocumented instructions IN0 and OUT0. You can find them in BrandonW's tasm80.tab.