Search found 1 match

by wb4bex
Sun Jan 19, 2003 9:37 am
Forum: QBasic / QuickBasic related
Topic: Initialization address
Replies: 1
Views: 1285

Initialization address

Dear QB Cafe,

I want to create a simple routine that I can convert to a 'com' file using the DOS command 'exe2bin'. The first step is to create a stand alone 'exe' file.

I have done that. But in order to use 'exe2bin', the 'exe' file has to load or init at address '0' or '100' (I presume these ...