Hi,
I'm trying to find a program that allows you to fill one column with data, and another with comments, like so:
.........................
| A9 | LDA #$01 ....... |
| 01 | ................ |
| 85 | STA $00CF = #$01 |
| CF | ................ |
It would need to have support for selecting/copying/pasting/deleting the entire or partial contents of a column, as well as the ability to add/delete rows anywhere.
Does such a program exist?
I'm trying to find a program that allows you to fill one column with data, and another with comments, like so:
.........................
| A9 | LDA #$01 ....... |
| 01 | ................ |
| 85 | STA $00CF = #$01 |
| CF | ................ |
It would need to have support for selecting/copying/pasting/deleting the entire or partial contents of a column, as well as the ability to add/delete rows anywhere.
Does such a program exist?


Comment