Charles,
While checking out the latest download I noticed changes to some of the mcros in Generics.inc from lower case to Camel case. I tried checking if it made a difference and got errors.
James
use rtl64
use generics
sys a,b,c
a = 7
b = 8
c = min(a,b)
print c
; ASM ERR: then mov rax,[rbx+0x1098]!! Unidentified instruction: then
; AFTER: ._c
; LINE: 7