-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
There are some things confusing for me, so I want to clarify them.
- Abstract semantics of division
The output of the abstract semantics of div is defined as top when the divisor can be potentially zero.- With this instruction,
Bottomdivided by potentially zero isToporBottom? - It can be viewed as
Topbecause of instruction above, and it can be also viewed asBottombecause no division is performed actually.
- Abstract semantics of comparing operations
- I think that result of comparing operation is boolean but it is value(integer) in homework.pdf.
- What is the meaning of this?
- Can I assume the division is integer division?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels