Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:docs:dos:api:int21:48 [2021/08/14 08:39] – prokushev | en:docs:dos:api:int21:48 [2021/08/14 08:46] (current) – prokushev | ||
---|---|---|---|
Line 27: | Line 27: | ||
AX = error code (07h,08h) (see #01680 at AH=59h/ | AX = error code (07h,08h) (see #01680 at AH=59h/ | ||
BX = size of largest available block | BX = size of largest available block | ||
+ | |||
+ | ===== Macro ===== | ||
+ | |||
+ | <code asm> | ||
+ | INCLUDE DOS.INC | ||
+ | |||
+ | ALLOCATE_MEMORY bytes | ||
+ | </ | ||
+ | |||
===== Notes ===== | ===== Notes ===== | ||
Line 38: | Line 47: | ||
===== See also ===== | ===== See also ===== | ||
- | | + | |
===== Note ===== | ===== Note ===== |