1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-15 22:29:27 +00:00
C02/doc/symbols.txt

35 lines
1.3 KiB
Plaintext
Raw Normal View History

Character Symbols Recognized by the C02 Compiler
2019-05-13 03:34:47 +00:00
Symbol Prefix/Suffix Operator Contention Other
! Bitwise Or Logical Not
" String Literal
# Constant
$ Hexadecimal
% Binary
2019-05-13 03:34:47 +00:00
& Address Of Bitwise And
' Character Literal
( Contention
) Contention
* (pointer)
+ Addition
, Argument Separator
- Subtraction
. Null Placeholder Struct Member Separator
/ Comment
2019-05-13 03:34:47 +00:00
: Status Flag Shortcut Else
; Statement
< Integer LSB Less Than
= Equal To Assignment
> Integer MSB Greater Than
? Index Of Shortcut If
@ Length Of
2019-05-13 03:34:47 +00:00
[ Array Element
\
] Array Element
^ (pointer)
_
2019-05-13 03:34:47 +00:00
{ Block Start
| Bitwise Or
} Block End
~