Jump to content

Literals/Integer: Difference between revisions

m
Line 2,185:
=={{header|Z80 Assembly}}==
Numeric values can be defined in decimal, binary, or hexadecimal.
<lang z80>byte &55 ;hexadecimal 55
byte $42 ;hexadecimal 42
byte 33 ;decimal 33
byte %00001111 ;binary equivalent of &0F</lang>
 
 
=={{header|zkl}}==
1,489

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.