AS11 Assembler Directives ************************* Assembly Control ORG Origin program counter Symbol Definition EQU Assign permanent value Data Definition/Storage Allocation BSZ Block storage of zero; single bytes FCB Form constant byte FCC Form constant character string FDB Form constant double byte FILL Initialize a block of memory to a constant RMB Reserve memory; single bytes ZMB Zero memory bytes; same as BSZ