Heaven/TQA #1 Posted October 1, 2006 Guys, at the moment I am using Crimson Editor to write my 6502 stuff... but what i am searching for is a source code editor (best freeware) which can handle hiding of subroutines etc? f.e. all labels can be made unvisible... when your source code gets bigger and longer it's hard to navigate through... so i could hide f.e. the VBL, DATA tables etc... when i am optimising the VBL etc... Quote Share this post Link to post Share on other sites
Andrew Davie #2 Posted October 1, 2006 One option is to split the code into multiple files. You can include them wherever they should appear -- this is often a handy way to organise very large assembler files. Cheers A Quote Share this post Link to post Share on other sites
Heaven/TQA #3 Posted October 1, 2006 thanks but i am searching for a code folder...where i simply can fold subroutines in/out... but i haven't found yet any 6502 able code editor... Quote Share this post Link to post Share on other sites