Software for those who want it

johncui

#1 ◈ 2026-03-13

I wrote this asm editor with syntax highlighting for dasm662 files. Get it here if you want it:

<http://www.radicalperformance.com/download/okiedit.zip>

password is 'pgmfi.org'

Here's a screen shot:

Image

I'll probably link it to A1k0n's assembler and disassembler plus other stuff, but for now it is just a notepad with syntax highlighting.

[%sig%]

calvin

#2 ◈ 2026-03-13

Re: Software for those who want it

nice john...

[%sig%]

calvin

#3 ◈ 2026-03-13

Re: Software for those who want it

search(ctrl+F) not working?

[%sig%]

blundar

#4 ◈ 2026-03-13

Re: Software for those who want it

looks good man...

[%sig%]

doc

#5 ◈ 2026-03-13

Re: Software for those who want it

Sexy! [Thumb Up]

johncui

#6 ◈ 2026-03-13

Re: Software for those who want it

OK calvin, the search thing is implemented. But I got something even better... There are two new navigation buttons that will allow you to jump to labels quickly. The 'next' button will work if the cursor is currently at a label after a jump instruction (ex. J label_0102 or JGE label_3324). The 'prior' button will allow you to back track the jumps -- very useful when trying to trace routines. More to come. But for now, enjoy!

<http://www.radicalperformance.com/download/okiedit.zip>

password is 'pgmfi.org'

[%sig%]

blundar

#7 ◈ 2026-03-13

Re: Software for those who want it

John: I like your program and was wondering if I could adapt it to do the same thing for 8051 asm? It uses some different syntax on the dasms... Do you use an external rulefile, or is everything hard-coded? I would have no problems at all doing the code changes myself if you would mind emailing me the appropriate piece of code for the parser, as I know you are really busy and I wouldn't want to distract you from your other projects. Let me know.
btw, blundar@atheist.com or admin@pgmfi.org are a much better email addresses for me than blundar@codyscafe.com or blundar42@hotmail.com, both of which you have used at one point.
thanks
-Dave

[%sig%]

johncui

#8 ◈ 2026-03-13

Re: Software for those who want it

Damn website is down... Here the prog for people who missed it the first time.

[%sig%]

Vertigo

#9 ◈ 2026-03-13

Re: Software for those who want it

looks nice

MarkC

#10 ◈ 2026-03-13

Re: Software for those who want it

Awesome!