User Tools

Site Tools


notes:comporg:fall2023:projects:cta1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
notes:comporg:fall2023:projects:cta1 [2023/09/20 20:53] – [Integers and Floats] walleynotes:comporg:fall2023:projects:cta1 [2023/09/20 20:56] (current) – [Integers and Floats] walley
Line 15: Line 15:
 Upon coding using trigonometry with angle conversions between integers and floats, making use of the ''CIF'' (convert int to float) and ''CFI'' (convert float to int) instructions was key, along with using the appropriate arithmetic instructions depending on the type of the data contained within registers. Upon coding using trigonometry with angle conversions between integers and floats, making use of the ''CIF'' (convert int to float) and ''CFI'' (convert float to int) instructions was key, along with using the appropriate arithmetic instructions depending on the type of the data contained within registers.
  
 +====If Statements====
 +
 +If statements in assembly are fairly straightforward:
 +  - Declare the If Start
 +  - Declare the If End
 +  - Use Comparison Operators as you would in C for the If condition
 +  - Use a Jump Instruction to check the comparison that points towards the End.
notes/comporg/fall2023/projects/cta1.1695243227.txt.gz · Last modified: 2023/09/20 20:53 by walley