emartisoft/IDE65XX

Regions to roll up code

Opened this issue · 0 comments

One feature I dfind useful in most IDE's is the concept of Regions so you can roll and unroll your code up into regions so you are not scrolling so much up and down the window.

Similar to this:
#region Kernel Calls
;; kernel calls
cls = $e544 ; kernel call to clear screen
plot = $fff0 ; kernel call to move cursor to position (uses a,x & y)
scnkey = $ff9f ; kernel call to scnkey
getin = $ffe4 ; kernel call to getin
prnstr = $ab1e ; kernel call to chrout
chrout = $ffd2 ; print character to screen (uses a)
get_scr = $ffed
print = $bdcd
#endregion