.MACRO MGHDEF ; ; Revsion: 1.1 ; Date of last update: 12/10/86 ; Author: Earl Lakia ; ; This macro defines the message that is sent between cooperating ; MA Routers. This is basically, the preamble to the message ; as it is received from the queue. ; .ASECT .=0 MG.LSQ: .BLKW 1 ; LINK SEQUENCE NUMBER MG.RNA: .BLKW 1 ; RNA MG.IDX: .BLKW 1 ; INDEX MG.MID: .BLKB 16. ; MESSAGE ID MG.SIZ=. .=0 ; ; NORMALLY, THE MESSAGE HEADER, AND MESSAGE FOLLOW HERE ; ; H.SNM: ; H.DNM: ; H.OFQT: ; . . . ; . . . ; . . . ; .ENDM