https://gswv.apple2.org.za/a2zine/faqs/Csa2DOSMM.html#018
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.
'Retro Game & PC > 매뉴얼 팁 작업' 카테고리의 다른 글
Apple2 Basic Code Protection (0) | 2023.12.13 |
---|---|
mednafen movie record (0) | 2023.12.12 |
Apple2 Applesoft Basic TEXTFILE WRITE READ (1) | 2023.12.10 |
Apple2 베이식 프로그램 테잎 파일(WAV)에 SAVE & LOAD (1) | 2023.12.09 |
Apple2 도트 프린터 출력 에뮬레이션 (영문 텍스트, 그래픽 프린트) (2) | 2023.12.07 |