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
»
Push AL
« previous
next »
Print
Pages: [
1
]
Author
Topic: Push AL (Read 12038 times)
Silwc
Jr. Member
Posts: 3
Push AL
«
on:
November 23, 2012, 09:39:42 PM »
Hello, I have a simple question, is it possible to push register AL onto stack? I can't seem to get it right.
Thanks
Logged
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
Re: Push AL
«
Reply #1 on:
November 23, 2012, 10:09:42 PM »
No. Push ax, eax, or rax depending on the bitness you're assembling for. You can only pay attention to al, if that's all you need, but you can't push just al.
Best,
Frank
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Push AL