This article is from the Apple II Csa2 FAQ, by Jeff Hurlburt with numerous contributions by others.
After you BLOAD a file, you can use the following command to find out the exact length of the file you just BLOADed: PRINT PEEK(43616) + 256 * PEEK(43617) Use another PEEK to find out where it was loaded: PRINT PEEK(43634) + 256 * PEEK(43635) The value displayed is the load address of the binary file. _____________________ By: Neil Parker and Rubywand
 
Continue to: