[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Pete's QBASIC Site • Help with CALL ABSOLUTE
Page 1 of 1

Help with CALL ABSOLUTE

Posted: Sat Jun 09, 2007 3:32 pm
by Ajax
Im trying to learn to use ASM with QB and everytime I do it says Subprogram not defined and CALL is highlighted. Anyone know what the problem is?

Posted: Wed Jun 20, 2007 3:10 pm
by Seb McClouth
show us your code, and we might be able to shine a light...

Posted: Wed Jun 20, 2007 3:15 pm
by Erik
If you're using Qbasic it should work but in Quick Basic you need the following:
http://www.qbasic.com/classic/q&a.html wrote: ...load QBasic up like this from the command line: qb /l. This will fix all of your problems with programs that use the CALL ABSOLUTE command. Have fun.
Hope that helps!

Posted: Wed Jun 20, 2007 3:18 pm
by Seb McClouth
Anywayz, just show us the code... It might be easier to pinpoint the location of the problem...

Posted: Thu Jun 21, 2007 10:15 am
by Patz QuickBASIC Creations
Yeah, some code would be nice.

But, to be safe, try this: Load QuickBASIC with the /l option, which loads the QB library for assembly support (like CALL ABSOLUTE). Then, add the following line somewhere in the start of your program:

Code: Select all

'$INCLUDE 'qb.bi'