Search found 1 match

by crem
Thu Jun 21, 2018 10:30 pm
Forum: Programming
Topic: Dealing with double inclusion in Zeus
Replies: 3
Views: 1257

Re: Dealing with double inclusion in Zeus

Well, few assemblers will deal with this situation correctly, since having multiple includes means having multiple definitions of the same labels... but Zeus is capable of dealing with this in a number of ways. Let's talk about files "main.asm" which includes "a.inc" and "b....