zkope / snesgss

Automatically exported from code.google.com/p/snesgss
0 stars 0 forks source link

Unresolved reference to "__tccs_snes_oam" when assembling sneslib.asm #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. assemble and link sneslib.asm
(added) :
.include "Header.inc"
; 
https://en.wikibooks.org/wiki/Super_NES_Programming/Initialization_Tutorial/head
er

.include "InitSNES.asm"
;https://en.wikibooks.org/wiki/Super_NES_Programming/Initialization_Tutorial/Sne
s_Init

What is the expected output? What do you see instead?

sneslib.obj:sneslib.asm:273: PARSE_STACK: Unresolved reference to 
"__tccs_snes_oam".

What version of the product are you using? On what operating system?
Current version from this site / Win Xp sp3

Please provide any additional information below.
Tried with both WlA dDx 9.6  / Wla 9.2

Original issue reported on code.google.com by MikeStra...@gmail.com on 22 Mar 2015 at 10:38

GoogleCodeExporter commented 8 years ago
Close this, issue is resolved.

Names found without __tccs prefix in sneslib.h

Original comment by MikeStra...@gmail.com on 22 Mar 2015 at 11:48