Improved section Real Time Clock in User Guide document

This commit is contained in:
Mark Pruden
2024-08-26 18:37:09 +10:00
parent 764abddb49
commit 983c0ff52b
2 changed files with 0 additions and 41 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
export TOOLS=../../../Tools
export PATH=$TOOLS/tasm32;$TOOLS/zxcc;%PATH%
export TASMTABS=$TOOLS/tasm32
export CPMDIR80=$TOOLS/cpm
../../../Tools/Darwin/zxcc ZMAC -WBWCLK -/P || exit /b

View File

@@ -1,32 +0,0 @@
TOOLS = ../../../Tools
PATH = %TOOLS%/tasm32;%TOOLS%/zxcc;%PATH%
TASMTABS = %TOOLS%/tasm32
CPMDIR80 = %TOOLS%/cpm/
# OBJECTS = bbcbasic.com
# DOCS = bbcbasic.txt
# DEST = ../../../Binary/Apps
# DOCDEST = ../../../Binary/Apps
# OTHERS = *.rel
include $(TOOLS)/Makefile.inc
WBWCLK:
$(ZXCC) ZMAC -WBWCLK -/P
#set TOOLS=../../../Tools
#set PATH=%TOOLS%\tasm32;%TOOLS%\zxcc;%PATH%
#set TASMTABS=%TOOLS%\tasm32
#set CPMDIR80=%TOOLS%/cpm/
#zxcc ZMAC -WBWCLK -/P || exit /b
#OBJECTS = zmd.com
#DEST = ../../../Binary/Apps
#TOOLS = ../../../Tools
#OTHERS = *.hex zmd.rel
#include $(TOOLS)/Makefile.inc
#zmd.com: zmd.rel zmdhb.hex
# $(ZXCC) L80 -zmd,zmd/n/e
# $(ZXCC) MLOAD25 -zmd=zmd.com,zmdhb