adding setlsb() and setmsb() builtin functions to 6502 codegen

This commit is contained in:
Irmen de Jong
2023-09-17 03:48:16 +02:00
parent a1874f6f00
commit ccf6e32bf9
7 changed files with 227 additions and 146 deletions

View File

@@ -14,7 +14,7 @@ syn keyword prog8BuiltInFunc any all len reverse sort
" Miscellaneous functions
syn keyword prog8BuiltInFunc cmp divmod lsb msb mkword min max peek peekw poke pokew push pushw pop popw rsave rsavex rrestore rrestorex
syn keyword prog8BuiltInFunc rol rol2 ror ror2 sizeof
syn keyword prog8BuiltInFunc rol rol2 ror ror2 sizeof setlsb setmsb
syn keyword prog8BuiltInFunc swap memory callfar clamp