mirror of
https://github.com/thelbane/Apple-6502-Scaffold.git
synced 2024-12-26 22:31:03 +00:00
Add main segment length
This commit is contained in:
parent
e74753c583
commit
648ac74775
@ -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
|
Loading…
Reference in New Issue
Block a user