From 132dca24e64c142ebfb062dc673585465018bec4 Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Fri, 3 Jun 2022 09:56:39 +0200 Subject: [PATCH] print entry points for applesoft basic --- demos/sdcard/m.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/sdcard/m.bat b/demos/sdcard/m.bat index cce5ee4..ff0d2fe 100644 --- a/demos/sdcard/m.bat +++ b/demos/sdcard/m.bat @@ -1,2 +1,6 @@ call ..\..\tools\build sdcard copy out\sdcard.prg ..\..\..\apple1-emu\software\sdcard.prg /y + +@grep comando_load_bas out/sdcard.sym +@grep comando_asave out/sdcard.sym +@grep chksum_table out/sdcard.sym