Command: RESB - Pseudo: Declaring one or more uninitialised bytes
Arguments: COUNT: number of bytes that should be reserved
Usage: RESB COUNT
Effects: Reserves COUNT bytes in memory
Flags to be set: none
Misc: Example:
buffer: resb 64 ; reserve 64 bytes