Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4056094
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:47:01+00:00 2026-05-20T14:47:01+00:00

in 80×86 assembly, is there an equivalent way to use ‘call’ like we do

  • 0

in 80×86 assembly, is there an equivalent way to use ‘call’ like we do with ‘je’ ‘jl’ ‘jg’ ‘jne’ ?
i want to ‘call’ only if a condition is met .. ?

i want to implement :

cmp   eax, 1
je    something
; and continuing from here
; ....
; ...
jmp   end
something:
    ret

using je

thanks !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T14:47:01+00:00Added an answer on May 20, 2026 at 2:47 pm

    Not directly, no — the call instruction is always unconditional. Depending on what you’re doing with je/jl/etc., you may be able to get a (somewhat) similar effect with an indirect call like call [ebx], and having a jump table that contains the address of a ‘null’ procedure that will be called when ebx=0:

    .code
    proc1 proc
        ; whatever
    null_proc::
        ret
    proc1 endp
    
    proc2 proc
       ; whatever
       ret
    proc2 endp
    
    main proc
        lea ebx, jmp_table[eax]
        call [ebx]
    main endp
    
    .data
    
    jmp_table dd null_proc, proc1, proc2
    
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Maybe there are any way to compress small strings(86 chars) to something smaller? @a@1\s\215\c\6\-0.55955,-0.766462,0.315342\s\1\x\-3421.-4006,3519.-4994,3847.1744,sbs
Have dict like: mydict= {'a':[],'b':[],'c':[],'d':[]} list like: log = [['a',917],['b', 312],['c',303],['d',212],['a',215],['b',212].['c',213],['d',202]] How do i
I am getting an error message like so: Linear.hs:215:27: Couldn't match expected type `forall
Hello I create yii app in temp IP address like this http://74.220.215.220/~cineklik/ but links
In JavaScript 215 ^ 150 = 65 But when i try Math.POW(215, 150) in
I have a string that is name,5486984,189.658.235.215,3.158.68.15,name2,189189,189.658.218.268,3.158.68.13... and so on I was thinking that
I found this notepad++ for mac ,it has a size of 215 megabytes(quite large).
For example, http://api.hostip.info/get_html.php?ip=12.215.42.19 When visiting that URL, it will return: Country: UNITED STATES (US)
Hi there I have the following matrix [[ 47 43 51 81 54 81
I have a file which is space delimited which looks like this: probeset_id submitted_id

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.