Search found 1252 matches
- 09 Nov 2020 09:53
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
[*] I should implement -ve rendering of Signed Hexadecimal values, instead of my current old-school assumption that everyone knows $FF is -1 I thought about exposing some simple conversion functions for IntToHex and IntToStr, since I implemented them already (see signed hexadecimal numbers in the d...
- 09 Nov 2020 09:31
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
Thanks for your reply, I'll answer in more detail later. The example you gave with LDY ,X made sense, I found it was a shorthand for LDY 0,X when reading through the docs I found later. I assumed you would know most of these documents (or equivalent information), the links were mostly for me, noting...
- 08 Nov 2020 14:18
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
Some other relevant links, with good info (historically interesting as well): https://colorcomputerarchive.com/repo/Documents/Books/Dragon/6809%20Machine%20Code%20Programming%20(David%20Barrow).pdf Post byte encoding of instructions: https://www.maddes.net/m6809pm/sections.htm#sec2_1 Same info from ...
- 08 Nov 2020 00:43
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
From what I can tell, it works without troubles in HxD :) Great! Quick things I noticed (some of which you may be aware of already; if so, just disregard -- I'll be direct for the sake of clarity, no unfriendliness intended): Numbers are sometimes shown in decimal with no prefix, sometimes in hexade...
- 07 Nov 2020 23:00
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
I found the time now to watch your video. Relaxing and calm presentation and always nice to see little things like part boxes, and how you picked a crystal. I know a tiny detail, but I like to observe those, and watch the decision making, etc. Since about 7 years ago, I got into electronics again, w...
- 05 Nov 2020 15:12
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
Your GitHub page looks very enthusiastic, I like that :) Thanks for your compliments there as well, it was very nice to read. Do you plan to release the source code as well, so I can give feedback, or do you mean just in general about how it works? Once I complete the 6809 definition file, I'll be a...
- 31 Oct 2020 00:32
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
Looks good.
Do you plan to release the plugin publicly, later?
Do you plan to release the plugin publicly, later?
- 28 Oct 2020 21:35
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
Ok, I pushed a change to GitHub, so you can create "readonly" plugins. You will also need an updated version of HxD (which will be in German for now): https://mh-nexus.de/downloads/HxDPluginFramework.zip For the multiple datatype support per registered converter, I could add another parameter to Cre...
- 28 Oct 2020 04:37
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
I note with your embedded x86 Disassembly, any attempt to edit provides a message dialog box: "Assembly editing is not supported." The best I seem to be able to achieve is to simply leave the ConvertedBytes var parm untouched, and simply return stbeNone. Yeah, that technically works, but is not rea...
- 28 Oct 2020 01:14
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
Good to hear you took a look. 1. What action invokes the StrToBytes function, and what are the returned bytes used for / where are they rendered? ie. I understand BytesToStr being called to obtain the Data inspector table translated string value, but I can't see where the reverse conversion is neede...
- 14 Oct 2020 19:25
- Forum: Bug Reports
- Topic: Not a bug: Custom Context Menu not working on Windows 7 x64 SP1
- Replies: 1
- Views: 302
Re: Custom Context Menu not working on Windows 7 x64 SP1
I moved from a much earlier version to the latest version v2.4.0.0 and used the portable version like I have been using previously. However with this version there is an additional option called Customize Explorer context-menu which when I left click shows a User Account Control dialogue. When I cl...
- 10 Oct 2020 21:45
- Forum: Support
- Topic: Automatically open last files
- Replies: 2
- Views: 1286
Re: Automatically open last files
Only on a one-by-one basis, using the recent files menu.
- 09 Oct 2020 12:34
- Forum: Feature and Enhancement Requests
- Topic: Disassembly feature as a 3rd party extendable plug-in?
- Replies: 36
- Views: 2998
Re: Disassembly feature as a 3rd party extendable plug-in?
Hi,
The other feature request stopped progressing, because of license incompatibilities of the suggested source code.
But there is a plugin framework since a while!
https://github.com/maelh/hxd-plugin-framework
You could easily add another disassembler this way. Let me know you think.
The other feature request stopped progressing, because of license incompatibilities of the suggested source code.
But there is a plugin framework since a while!
https://github.com/maelh/hxd-plugin-framework
You could easily add another disassembler this way. Let me know you think.
- 01 Oct 2020 20:19
- Forum: Feature and Enhancement Requests
- Topic: Run as administrator
- Replies: 3
- Views: 501
Re: Run as administrator
I tried your suggestion and enabled running as administrator by default, but it did not change anything. I see the setting is saved in the file properties, but it does not ask for elevation when starting the program and I cannot write to physical drives. I also tried using a link (.lnk), but had th...
- 29 Sep 2020 22:26
- Forum: Bug Reports
- Topic: Fixed: HxD crashes at startup - pointer truncation error
- Replies: 7
- Views: 2418
Re: HxD crashes at startup - pointer truncation error
Hi,
I just have a development version that has some unstable parts. The next release will contain the fix in all languages.
I just have a development version that has some unstable parts. The next release will contain the fix in all languages.