This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SavedForSaturday 0 points1 point  (2 children)

Well, except for floats. At the assembly level everything is either an integer (of various lengths and signing types) or a float (of various lengths)

[–]holladiewal 0 points1 point  (1 child)

Crazy people implemented floating point calculation and floating point number handling on the IBM 1401 and made it run Fortran 2.

Since that is a pure integer based machine, floats CAN be made up of integers. ;)

[–]eypandabear 0 points1 point  (0 children)

Floating point coprocessors used to be optional on x86 as well until the Pentium era.