This is a NASM/DOS newbie question about PROCEDURES (NOT
macros). It seems to me that the problem with creating
utility procedures to be placed in libraries and utilized
in various mainline programs, is that it would appear to be
impossible to have any transparancy. Every time you utilize
a...
I'm writing some practice programs for 16 bit NASM and begin
my housekeeping as follows:
...
mov ax,initdata ;move segment address of initalized
mov ds,ax ;data through ax to ds.
mov ax,stackseg ;move segment address of stack through
mov ss,ax...
I'm trying to learn NASM, starting with 16 bit DOS, but I'm
not having much luck with sources. The official NASM site
has a beginner's site, but it doesn't work. Does anyone have any suggestions? I would hate to waste peoples' time
posting beginner questions on a pro site. Any references...
I'm as nubie as nubie can get - if I told you my background
you wouldn't believe it.
If you think my querry would best be answered by "reading a
good book", I would appreciate an Author, Title, Publisher
and Copywrite. Similarly, if you know of a tutorial which would answer the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.