Asmc Macro Assembler Reference
must be public or external
An alternate symbol was not public or external.
Example
The code sample below would generate A2217 if the line:
public alternate
were not present.
.686
.model flat
extrn primary(alternate):near
.code
public alternate
alternate:
ret
end
* ML 8 compatible error