You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flex 2 only reads .asm as an assembly file, and everything else as a binary file. This is also case sensitive, so .ASM is read as a binary file. It'd be neat to have a choice to either read a file as binary or as assembly/macro data.
Flex 2 only reads
.asmas an assembly file, and everything else as a binary file. This is also case sensitive, so.ASMis read as a binary file. It'd be neat to have a choice to either read a file as binary or as assembly/macro data.