NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Issue with Function.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Issue with Function. (Read 7043 times)
Franciswalser
Jr. Member
Posts: 7
Issue with Function.
«
on:
January 28, 2023, 05:50:07 AM »
Hello, I'm new on assembly and am having problems with a program I am trying to create. The program is supposed to accept 3 inputs from the user which include an arithmetic operation and 2 numbers. The program should then pass the three values and display the answer with a message. I am having trouble getting the program to jump properly as it would display the 2 numbers being used for all the operations and then abruptly end the program instead of just showing the operation the user picked and asking the user if they would like to do another one. Does anyone know how I can solve this problem? Thanks!
TellCulvers Customer Satisfaction Survey
«
Last Edit: January 30, 2023, 04:04:02 AM by Franciswalser
»
Logged
debs3759
Global Moderator
Full Member
Posts: 224
Country:
Re: Issue with Function.
«
Reply #1 on:
January 28, 2023, 06:09:17 AM »
It'll be easiest if you show us your code and tell us what OS you are targeting.
Logged
My graphics card database:
www.gpuzoo.com
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Issue with Function.