Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 414 Bytes

cavainstructions.md

File metadata and controls

46 lines (35 loc) · 414 Bytes

Cava Commands

With argument

  • push
  • wrt
  • wrtn
  • dup
  • swp
  • goto
  • cmp
  • if
  • ifnt

No argument

  • add
  • sub
  • div
  • mult
  • mod
  • hlt
  • scn
  • pop
  • dmp
  • <
  • >
  • <=
  • >=
  • ==
  • !=

Labels

Example:

  • name:

Variables

  • . to create varible
  • $ to access variable

Comments

  • // comments