AsmTwo
96y1 - remove Unmark item from Block menu and change Amiga-b item to "Begin/End" 96x9 - strip backticks on use of macro parameter, allowing for e.g. space/comma in parameters (instructions or macro calls). Also break parameter on space, allowing space as parameter separator. Minimal change which allows one-liners like: When ShipX < #ClipX ? `ClipDraw Spaceship,d0,d1` : `Draw Spaceship,d0,d1` 96x8 - fix REPT in macro 96x7 - Pretty tested fix for mismatched debugger lines from various weird types of lines in macros, e.g. label:; alone on a line. 96x6 - Internal fixes to make Debugger stepping and breakpoints match the code line with source line correctly. 96x5 - RSRESET also resets \@ macro_localnr so it can be used for calc. 96x4 - Fix not stopping at word: when searching word + small opti. 96x3: Prevents writing folded out include back, if Shift pressed. Useful to just have a look without touching the include file. 96x2: merged latest versions w4 and x after testing. 96x: Fixed double and triple click sometimes not working. Fixed label: search stopping at label calls. 96y: Internal fix attempts, not in release branch. AsmTwo 0.96w2: - Hotfix for serious bug on Fastmem-less Amigas introduced in 0.96w: - RigInfo (=i command) now displays NONE if no >=1K is available (Chipmem or Fastmem) AsmTwo 0.96w: - FoldOut bugfix - stray tab after dbf loop removed - supports absolute paths for all includes via : in path - incdir "" to fix relative paths from older AsmOnes is not required anymore - RigInfo at start - alone tab on a line gets stripped, no such stray tabs anymore. AsmTwo Quick Start Guide ------------------------ AsmTwo is a fork of Asm-One 1.02+, in order to keep memory requirements modest for development on an Amiga 500. (This means that it will not assemble 68020+ instructions, nor FPU instructions. If you need this, you can use f.ex. the eminent Asm-Pro Assembler.) Quick feature list (there are many more): - Assemble/Jump, Debug, etc are now usable on any CPU - Clipboard is usable outside the editor - Newest file is marked with * and largest file with +, when typing v in commandline. - Assign "AsmTwoTemp:", then Press Help to backup, assemble, and run. - Expand and fold included sources by double-clicking on the word INCLUDE - Mark text with the mouse and use Ctrl+x/c/v for editing - Triple-click on a label to jump to label: - Alt+Enter to create label: from the label at cursor, or if the label is a Dn register, a complete dbf loop - Comment/Uncomment marked text with Ctrl+/ - Assign 10 jump marks permanently by writing ;;1 etc in the source, auto-index with Ctrl+I - Insert mode toggle with Ctrl+i - Indent/Unindent with Tab/Shift+Tab - Navigation and searching improved - General speed improvements and bug fixes on various Kickstart/WB combos. This is beta software. Still, this is what I use to code, so you should be able to rely on it for serious work. /Photon
[ back to the prod ]
