.title wdleng Expensive way to say sizeof(int) .ident /000001/ ; ;+ ; ; Index Machine independent sizeof(int) ; ; Usage ; ; wdleng() ; ; Description ; ; Return word length in bits. ; ; Bugs ; ; Assuming 8-bit bytes, this may be replaced by: ; ; #define wdleng() (sizeof (int) * 8) ; ; ;- ; ; Edit history ; 000001 05-Mar-80 MM Initial edit ; .psect c$code wdleng:: mov #16.,r0 rts pc .end