llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
270 stars 56 forks source link

Rename cx16 kernel call savehl to bsave #243

Closed XarkLabs closed 10 months ago

XarkLabs commented 10 months ago

This call was not documented previously, and internal vector was called savehl (save headerless). Now it is documented as BSAVE so this PR renames kernel vector and function to match documentation.

mysterymath commented 10 months ago

Fixes #242