latenite thing
-
- Calc King
- Posts: 1513
- Joined: Sat 05 Aug, 2006 7:22 am
latenite thing
Maybe the default name for a new project should not be "New Project" since this generates 2 warnings, maybe "NEW" or something like that would be better, it's ofcourse not a big issue but well..
-
- Calc King
- Posts: 1513
- Joined: Sat 05 Aug, 2006 7:22 am
- benryves
- Maxcoderz Staff
- Posts: 3089
- Joined: Thu 16 Dec, 2004 10:06 pm
- Location: Croydon, England
- Contact:
There seem to be varying conventions.
If you feel happier using b_call, just add the line:
The 'official' way (according to the documentation) is to use this:
If you feel happier using b_call, just add the line:
Code: Select all
.define b_call bcall
Code: Select all
; Definition:
.define B_CALL rst rBR_CALL \ .dw _
; How to use it:
B_CALL GrBufCpy ; Note lack of _ in front of GrBufCpy
-
- Calc King
- Posts: 1513
- Joined: Sat 05 Aug, 2006 7:22 am
looks familiar, im not really happier with the _ between the b and the c, it just happened to be in my old code because stupid tasm had a weird ti83plus.inc, im happy to be rid of it, finally no stupid limitations (especially the string length..) anymore.
but i was just letting everyone know where my "b_call" came from..
but i was just letting everyone know where my "b_call" came from..