HSW12
HSW12 copied to clipboard
Assembler and IDE for NXP/Freescale/Motorola's HC11, HC12, S12, S12X, and XGATE CPUs
Here's the commits I have so far related to #16. I've tested these changes with both aqua and X11, so nothing should break for existing X11 usage.
I just now noticed the project on SourceForge for HSW12ASM: https://sourceforge.net/projects/hsw12asm/ There are some outdated content and broken links that can be updated/cleaned up, would it be alright for me...
I haven't used HSW12 much lately, but I did come across how there are ways to have improved look-and-feel for Tk (I believe it is the [Tcl/Tk "Tile" feature](https://wiki.tcl.tk/11075) specifically)....
I came across the [Tk::IDElayout module](http://search.cpan.org/~cerney/Tk-IDElayout/), which shares its maintainer with the Tcl::pTk module. It lets UI panes be rearranged freely as tab frames a window, as well as undocked...
As I dig further into Perl programming advice, one consensus is that ```perl use warnings; use strict; ``` should always be present. Since these are commented out in most of...
I have also noticed that some multiple-line macros don't run correctly (at least on a Mac using an FTDI USB serial device): I'm not sure if I've described the issue...
I encountered this issue while reading the HSW12ASM online manual recently. It occurs in Chrome and Safari but not in Firefox or Microsoft browsers. Disabling `text-shadow` seems to workaround it,...
I mentioned encountering difficulty getting a device working under Linux in #5: > I haven't gotten the board working with HSW12 on Linux yet, but I don't think it's an...
An idea I had is to be able create a "turbo" button macro to set a faster baud for the selected device. This should be possible by adding a `[baud...
There's a few things I notice about the Variables window: - The list variables (i.e. which labels) is only updated automatically when loading a source file in a new/empty session...