Please enable JavaScript.
Coggle requires JavaScript to display documents.
ASC (Bit-wise Operations (AND (make smth 0), OR (make smth 1), TEST (tests…
ASC
-
-
-
-
-
Operations
conversions
-
-
-
-
Fara semn
mov AH,0 ; pentru conversia AL → AX
mov DX,0 ; pentru conversia AX → DX:AX
mov EDX,0 ; pentru conversia EAX → EDX:EAX
-
FP
Assert
-
-
-
-
-
Print values while asserting with "," after the assert command
Try
except
-
-
-
-
-
FloatingPointError
Not currently used, (unalocated pointer)
-
-
-
finally
lets you execute code, regardless of the result of the try- and except blocks
-
-
-
-
-
-
-
-
-
-
-
-
-