ninezerozeronine / chip-computer

An 8 bit computer made from 74 series chips!
MIT License
0 stars 0 forks source link

Update terminology for defs #38

Closed ninezerozeronine closed 5 years ago

ninezerozeronine commented 5 years ago

Defining a single Arg is an arg_def. In the context of what the operation wants it's a sig_def.

Could drop the def and go with arg and signature?

ninezerozeronine commented 5 years ago

Done in #55