Changeset 186 for trunk/include/asm.inc
- Timestamp:
- Nov 7, 2017, 7:12:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/asm.inc
r122 r186 247 247 248 248 249 ; 250 ; This macro composes a path and file to load in include file. 251 ; It is used to include language specific files by using the BLD_LANG value. 252 ; 253 include_from MACRO loc,file 254 include loc/file 255 ENDM 256 257 258 ; 259 ; This macro creates a new symbol ending with '_TXT' which has the value of 260 ; the original symbol put in single quotes. It is used to do language specific 261 ; actions based on the BLD_LANG value. 262 ; 263 enquote MACRO symname,symval 264 symname&_TXT EQU '&symval&' 265 ENDM 266 267 249 268 ; Shortcuts for pointer-types 250 269 bptr equ byte ptr
Note:
See TracChangeset
for help on using the changeset viewer.