Call Absoluting programs

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Master-of-Mischief
Coder
Posts: 14
Joined: Thu Aug 02, 2007 8:53 pm
Location: USA

Call Absoluting programs

Post by Master-of-Mischief »

Hello everyone,

I'd like to know if there is a way to modify .com files, or the code in assembly routines normally compiled as .com files, such that they can be executed using Call Absolute. Does anyone understand what I mean? The goal here is to have some small applications that can be called from basic without need of a command.com clone.

Thanks.
-Master of Mischief
OPRESION
Veteran
Posts: 61
Joined: Tue Jan 16, 2007 4:15 am
Location: Mexico

Post by OPRESION »

OPRESION
Veteran
Posts: 61
Joined: Tue Jan 16, 2007 4:15 am
Location: Mexico

Post by OPRESION »

Also search for the files Absasm, Magnasm, Bin2bas, Makebas, Jasm2bas or see this page

http://users.easystreet.com/jkirwan/DATA.BAS
Post Reply