| |
AKA :
Clobber
Website :
https://gitlab.com/noop/Cavelib
User rating: | awaiting 8 votes (8 left) |
Credits :
Download :
Look for downloads on external sites:
Pokefinder.org
Summary Submitted by iAN CooG on 2 August 2015
// cavelib (aka CLOBBER)
//
// by NOOP (demo group founded in 2015)
//
// a collection of re-usable Kick Assembler bits and pieces for C64
// programming
//
// license: see LICENSE.txt
//
// NOTE: Some but not all routines in Cave Lib contain self-modifying code
// and use locations in zero page for parameters and local working
// storage.
//
// This is a design decision to favor execution speed and to reduce the
// size of the generated code where possible.
//
// So as a rule of thumb,
// treat everything in this lib as NOT MULTI-THREADING SAFE
// and do not use any commands which branch into real subroutines
// again unless you know they already finished the previous execution.
//
// (this is easily achieved if you keep your code single-threaded)
//
// EVERYTHING GETS CLOBBERED MORE OR LESS. DON'T EVER ASSUME THAT ANY OF THE
// ROUTINES WILL EVER STORE/RESTORE YOUR REGISTERS/STATUS FOR YOU IMPLICITLY.
//
// DUE TO SELF-MODIFYING CODE, SOME OF THE ROUTINES CAN'T BE RAN IN ROM. |
|
|
|
| Search CSDb |
| Navigate | |
|
| Detailed Info | |
|
| Fun Stuff | |
· Goofs · Hidden Parts · Trivia
|
|
| Forum | |
|
| Support CSDb | |
|
| |
|