I'm currently attempting to implement the block storage on neo6502.
I used the "draw line" API function a proof of concept for compiling a word that calls the API.
This made me wonder, would it be a good idea to implement some, all, or a bare minimum of other neo6502 API functions?
A few of them would be really convenient, like "clear screen". Having the graphics functions could be fun. However, this will all take space of course, so I thought I'd ask first!

I'm currently attempting to implement the block storage on neo6502.
I used the "draw line" API function a proof of concept for compiling a word that calls the API.
This made me wonder, would it be a good idea to implement some, all, or a bare minimum of other neo6502 API functions?
A few of them would be really convenient, like "clear screen". Having the graphics functions could be fun. However, this will all take space of course, so I thought I'd ask first!