byte

Assembly Syntax

.byte 8-bit value[,8-bit value]*

Operation

the data that follows is to be stored as bytes

Comments

none

Example

.byte 4, 12, 67

Home Page Index Page All Assembler_directives Instructions