Message 1 of 2
Fas file with special format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
Can you figure out how this fas file is compiled.
Its structure is different from the Visual Lisp compiler defaults.
I don't know how it is compiled with this structure.
I think each function is placed in a fas block
In a Visual Lisp output fas file we have this structure.
FAS4-FILE ; Do not change it!
...
;fas4 crunch
;$;A9/6/21
If we are faced with this structure in the fas file that I sent.
FAS4-FILE 1 0
10 0
FAS4-FILE ; SYZ2019R
...
;fas4 crunch
;$;A9/6/22
FAS4-FILE ;
2
...
$;A0/94/91
.
.
.
FAS4-FILE ;
2
...
$;A0/94/91
...
FAS4-FILE ; Do not change it!
Why.
How is the fas file created with this structure?
thank you.