rewolf93 / CS370

Programs for Software Engineering course
MIT License
0 stars 0 forks source link

Start defining an assembly language #42

Open rewolf93 opened 4 years ago

rewolf93 commented 4 years ago

Is your feature request related to a problem? Please describe. One of our major issues is going to be coming up with some assembly language. We need to start putting together some basic ideas as to what our assembly language should look like.

Describe the solution you'd like Outline some basic assembly instructions along with other assembly instructions that seem interesting.

pathhh commented 4 years ago

I've been thinking about this too, I'll bring some stuff in on Thursday that I think would be a good outline.

Also, we should try to make sure we have a function in python correlating to every assembly instruction we decide on.

Also once we decide on what the language should look like, I was going to start writing some cars for us to test with.