I have some simple 6502 type assembler directives using the tass64 assembler as follows:-
.if DeBugSubRoutne | DB_Main = True
Prog_DataBRK = MemoryTop+$800 ; Increments need to be whole "$200"
.else
Prog_DataBRK = MemoryTop ; Upper Program Memory Stop!!
.fi
UpperMemLimit = Prog_DataBRK-1 ...
Search found 8 matches
- Wed Nov 11, 2015 11:25 am
- Forum: Programming
- Topic: Tass64 list output formatting,,...
- Replies: 0
- Views: 3677
- Sun Jan 20, 2013 12:11 am
- Forum: Programming
- Topic: Version Numbers in Code?
- Replies: 11
- Views: 1754
Re: Version Numbers in Code?
As way of completeness,.. I will add my final entry to this post,....
Bottom line success!!!,.. with thanks to all for their input.
I eventually adapted the above scripts from "8Bit" to end up with a compile script that looks as follows:-
echo %time%
call 2.bat
del 2.bat
del vers.inc
set /A vers ...
Bottom line success!!!,.. with thanks to all for their input.
I eventually adapted the above scripts from "8Bit" to end up with a compile script that looks as follows:-
echo %time%
call 2.bat
del 2.bat
del vers.inc
set /A vers ...
- Mon Dec 31, 2012 5:28 pm
- Forum: Programming
- Topic: Version Numbers in Code?
- Replies: 11
- Views: 1754
Re: Version Numbers in Code?
Thanks for the feedback guys,.. just catching up with the final comments posted.
Clearly TASS64 does not do these things, as I suspected,.. but I think I will explore the options of doing some external scripts and doing and import of some description.
Many thanks to all
Mark
Clearly TASS64 does not do these things, as I suspected,.. but I think I will explore the options of doing some external scripts and doing and import of some description.
Many thanks to all
Mark
- Sun Dec 16, 2012 1:14 pm
- Forum: Programming
- Topic: Version Numbers in Code?
- Replies: 11
- Views: 1754
Version Numbers in Code?
Not sure where to place this question but this seems as good a place as any...
So,.. how Can I add a version number that auto increments each time I run the assembler.
I am using the tass64 assembler, and I was hoping to be able to add a number that increments each time I run the assembler to ...
So,.. how Can I add a version number that auto increments each time I run the assembler.
I am using the tass64 assembler, and I was hoping to be able to add a number that increments each time I run the assembler to ...
- Tue Nov 08, 2011 10:52 am
- Forum: SBC- Series Projects
- Topic: I2C Interface of a CB2, PB7
- Replies: 7
- Views: 12813
- Tue Nov 08, 2011 6:32 am
- Forum: SBC- Series Projects
- Topic: I2C Interface of a CB2, PB7
- Replies: 7
- Views: 12813
I2C Interface of a CB2, PB7
Did anyone write an I2C interface using the CB2 and one data line of the 6522, using a "bit-bang" technque.
Rather than re-invent the wheel I was wondering if this was already done somewhere out there, and save me some learning effort.
many thanks
Mark
Rather than re-invent the wheel I was wondering if this was already done somewhere out there, and save me some learning effort.
many thanks
Mark
- Sat Feb 12, 2011 12:33 am
- Forum: Programming
- Topic: Assember question BBS/BBR
- Replies: 6
- Views: 4312
- Thu Feb 10, 2011 10:07 am
- Forum: Programming
- Topic: Assember question BBS/BBR
- Replies: 6
- Views: 4312
Assember question BBS/BBR
Hi folks,. I am using the tass assembler and I am having trouble with 65C02 BBS0, BBR0, instructions,.. in that it does not seem to support them, I tried the 64tass variant, which although improved still does not appear to support BBS0 type instructions.
I have tried some variants on syntax but no ...
I have tried some variants on syntax but no ...