Skip to content

stack-based programming language compiled to dumb assembly for aarch64 written in Go

Notifications You must be signed in to change notification settings

straightcurve/stacc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stacc - stack-based programming language

compiled to assembly for aarch64

no one needs it, no one asked for it, I just thought it'd be fun to do it :v

Arithmetic

  • add (+)
  • sub (-)
  • mul (*)
  • div (/)
  • mod (%)
  • inc (inc)

Logical

  • and (&)
  • or (|)
  • not (!)

Not yet categorized

  • swap (swap)
  • clone (clone)
  • print (print)
  • if block

About

stack-based programming language compiled to dumb assembly for aarch64 written in Go

Topics

Resources

Stars

Watchers

Forks