I only see a sub-set of the macros on the
nasm forum also. Maybe they show when you login with an account?
The macros shouldn't be compatible with fasm though unless if they were ported.
Assuming you're including
lib16.inc directly, maybe your assembler can hint at the contents if you include a blank
lib16.inc. Something like:
C:\Users\User\Proj\src\main\asm>fasmg APP.asm APP.obj
flat assembler version g.i4pue
APP.asm [6] lib16.inc [7]:
call list.new
Processed: @dest.imm = +list.new
Error: symbol 'new' is undefined or out of scope.