- Function
 Write one byte to a location in the system bank.
- Header
 - Declaration
 
void __fastcall__ pokebsys (unsigned addr, unsigned char val);- Description
 
pokebsyswrites one byte to the given address in the system bank (bank 15) of the CBM PET-II machines.- Limits
 
- The function is only available as fastcall function, so it may only be used in presence of a prototype.
 - Availability
 cc65
- See also
 - Example
 None.