BEND - mark end of B module.

Usage:

bend

Description:

BEND expands to a real GMAP END statement, and defines a label called "end" required by the ADVNCE macro as an end-of-function label. It computes the overall stack frame size needed by the module, summing the defined arguments, autos, and needed linkage space. It also calls CFLUSH (see "expl b bmac cflush") to finish off any CPACKed character strings.

Approximate equivalent code generated:

*      bend
.frame equ     .lcl+.maxa+S.MIN
end    end

Copyright © 1996, Thinkage Ltd.