BASINC est une version dérivée de BASin modifiée par Arda Erdikmen. Elle reprend le code source de la version R14 et de petites parties de la version R15.
Les changements sont:
– Added – Sysvars now can be sorted by clicking on the column headers
– Added – Memory Grab/Binary Grab window can now send data direcly to tape as a block
– Added – Assembler can now use pasmo assembler if pasmo.exe exist in the basinc folder
– Added – Memory Viewer – Copy to Clipboard right button popup menu
– Added – Custom Token Entry tab for Token Table Window (if you know what you are doing).
– Added – Show Keywords in Rem option to preview known keywords in a rem line (use custom token entry or shift+click on tokens on token table to insert keywords)
– Added – Subroutine list now shows destination when your cursor is on a gosub command
– Fixed – No longer accidental UI jumps when subroutine list is open
– Fixed – DEF FN parsing. Loading from a BAS file (ProcessBASLine), process DEF FN was called for everyline. This was causing problems. Disabled this behaviour as program listing will get retokenized properly while repaint.