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

  • Home
  • SEARCH
  • 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 8571951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:53:46+00:00 2026-06-11T18:53:46+00:00

Hi I have a problem with compiling my x86 assembler code, im using nasm

  • 0

Hi I have a problem with compiling my x86 assembler code, im using nasm to compile but the compiler tells me that the syntax is wrong. I don’t understand it since im using a simple label and jumping to it? Can somebody please explain it to me..

; reads character and prints ascii code in console

[BITS 16]

SEGMENT code
..start:
    mov ax, pile
    mov ss, ax
    mov ax, topofstack
    mov sp, ax

loop:               ; gives syntax error
    mov ah, 00h
    int 16h
    cmp ax, 1c0dh   ; user pressed enter, jump to end
    je end

    mov ah, 09h     ; write character and attribute at cursor position
    mov bh, 0h      ; flags...
    mov bl, 08h
    mov cx, 01h
    int 10h
    jmp loop        ; gives syntax error

end:
    mov ax, 04c00h
    int 21h

SEGMENT pile stack
resb 64
topofstack:
  • 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-06-11T18:53:47+00:00Added an answer on June 11, 2026 at 6:53 pm

    loop is an instruction, I would suggest changing the label to something like loop1.

    Interestingly enough, this doesn’t cause an error in my version of nasm (2.10.03) , at least with the command nasm -fobj xx.asm, but the fact that your two errors on on the lines containing loop make it a pretty safe bet that this is the problem.

    You may have an earlier (or later) version, or you may be using different options. Certainly worth investigating, anyway.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some x86 assembly code, compiling under MASM32 6.14.8444 (to be precise), and
I have a problem while compiling my code ( undefined reference to 'yylex' ).
I have problem with extremely long compiling time on my C++ code where I
I have some problem compiling my code. I have the following structure: #include <cstdlib>
I'm having a problem compiling the following code with avr-g++ (C++ compiler for AVR
I have no problem compiling specific code the following way: g++ -I /opt/local/include Code1.cc
I have a problem compiling Haskell programs, that import the Text.Regex.Posix module. I have
I have a problem compiling the following code: #include <stdio.h> #include <limits.h> int main
I wish to find out does anyone have problem compiling JDK 7 code with
Hi I have got a problem that I can't solve when compiling the android

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.