What does an algorithmic state machine offer that is not provided by either Moore or Mealy machine?
To qoute wikipedia:
"The Algorithmic State Machine (ASM) method is a method for
designing finite state machines"
Moore and Mealy are implementations of state machines.