mirror of
https://github.com/irmen/prog8.git
synced 2025-11-01 06:16:15 +00:00
adding setlsb() and setmsb() builtin functions to 6502 codegen
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user