This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
TimberBOT | |
by: Paul Fiscarelli | |
Copyright (c) 2020, Paul Fiscarelli | |
MIT License | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;******************************************************************************* | |
;* * | |
;* Hello World demo program * | |
;* * | |
;******************************************************************************* | |
org $4000 | |
Start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<NotepadPlus> | |
<UserLang name="CoCo BASIC" ext="" udlVersion="2.1"> | |
<Settings> | |
<Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" /> | |
<Prefix Keywords1="no" Keywords2="yes" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> | |
</Settings> | |
<KeywordLists> | |
<Keywords name="Comments">00REM 01 02((EOL)) 03' 04((EOL))</Keywords> | |
<Keywords name="Numbers, prefix1"></Keywords> | |
<Keywords name="Numbers, prefix2"></Keywords> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off & setlocal EnableExtensions EnableDelayedExpansion | |
cls | |
:: Set tool paths here | |
set LWTOOLS_PATH="%USERPROFILE%\Desktop\lwtools" | |
set TOOLSHED_PATH="%USERPROFILE%\Desktop\toolshed" | |
set MAME_PATH="%USERPROFILE%\Desktop\MESS" | |
set VCC_PATH="%USERPROFILE%\Desktop\VCC\VCC.exe" | |
set XROAR_PATH="%USERPROFILE%\Desktop\XRoar" | |
set XROAR_COMMAND="%USERPROFILE%\Desktop\XRoar\xroar.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off & setlocal EnableExtensions EnableDelayedExpansion | |
cls | |
:: Set tool paths here | |
set LWTOOLS_PATH="%USERPROFILE%\Desktop\lwtools" | |
set TOOLSHED_PATH="%USERPROFILE%\Desktop\toolshed" | |
set MAME_PATH="%USERPROFILE%\Desktop\MESS" | |
set VCC_PATH="%USERPROFILE%\Desktop\VCC\VCC.exe" | |
set XROAR_PATH="%USERPROFILE%\Desktop\xroar" | |
set XROAR_COMMAND="%USERPROFILE%\Desktop\xroar\xroar.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<NotepadPlus> | |
<UserLang name="6809 Assembly" ext="asm" udlVersion="2.1"> | |
<Settings> | |
<Global caseIgnored="yes" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" /> | |
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> | |
</Settings> | |
<KeywordLists> | |
<Keywords name="Comments">00; 01 02 03* 04((EOL))</Keywords> | |
<Keywords name="Numbers, prefix1">0x 0X $ % @ #</Keywords> | |
<Keywords name="Numbers, prefix2">0x 0X $ % @ #</Keywords> |