Add main segment length

This commit is contained in:
Lee Fastenau 2019-04-13 09:12:05 -07:00
parent e74753c583
commit 648ac74775
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
processor 6502
incdir "include"
echo "main length:",[main_end-main]d,"bytes"
; ****************************************
; main
; ****************************************
@ -31,3 +32,5 @@ main subroutine
include "stdio"
include "print"
main_end