📄 fuzyread.me
字号:
FUZZY11A.ASM is a small fuzzy logic inferrence engine written in
M68HC11 assembly language. This file uses a MACRO and conditional
assembly to simplify entry of input membership function data.
The listing file FUZZY11A.LST was generated using Motorola's
PASM macro assembler. Since the syntax for macros and conditional
assembly are different for various assemblers, you may need to
make changes in this area.
If you do not have access to a macro-assembler you can completely
eliminate macros and conditional assembly but you will need to
manually calculate proper values for input membership functions.
Study the listing file FUZZY11A.LST to see how to do the needed
calculations.