You are browsing as a guest. Sign up (or log in) to start making projects!

Calculator in Assembly

  • 4 Devlogs
  • 3 Total hours

Basic calculator made in x86 assembly

Open comments for this post

31m 12s logged

Added Subtraction, Multiplication, Division

they were all easy, everything after itoa was easy so far.
also made github repo and the readme has my todo stuff too.

0
0
7
Open comments for this post

1h 24m 4s logged

Addition

yeah it can do addition now, but 1h 24m to make that?
hell NO.

most of the time went on a stupid Integer to ASCII conversion function :cwy: it was so hard to implement but i did it at the end :thumbs-up:


the calculator lacks hella checks tho, you can do “hi + hello” and get 620280 (yes literally idk how)

0
0
11
Open comments for this post

55m 25s logged

made atoi

ASCII to integer conversion
i am an idiot so i accidenttely said “itoa” in git commit T_T (integer to ASCII)

yeah not much to show right now, just took almost an hour debugging and trying to fix the the loop :cwy:


screenshot shows i entered those values which is taken as ASCII and the output from reading the num1 and num2 bytes it prints those as numbers :thumbs-up:

0
0
7

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…