80 switch( resource->
type ) {
82 if ( image->bankAssigned != -1 ) {
85 sprintf(alreadyLoadedLabel,
"%salready", label );
88 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
91 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
128 resource.
realName = strdup( bankWindowName );
150 if ( image->bankAssigned != -1 ) {
153 sprintf(alreadyLoadedLabel,
"%salready", label );
156 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
159 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
177 if ( image->strips ) {
182 outline1(
"LDA #<%sstrip", image->realName);
184 outline1(
"LDA #>%sstrip", image->realName);
212 resource.
realName = strdup( bankWindowName );
221 if ( image->strips ) {
226 outline1(
"LDA #<%sstrip", image->realName);
228 outline1(
"LDA #>%sstrip", image->realName);
253 if ( image->bankAssigned != -1 ) {
256 sprintf(alreadyLoadedLabel,
"%salready", label );
259 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
262 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
265 if ( image->uncompressedSize ) {
268 bank_read_semi_var( _environment, image->bankAssigned, image->absoluteAddress, bankWindowName, image->size );
271 cpu_label( _environment, alreadyLoadedLabel );
274 resource.
realName = strdup( bankWindowName );
319 outline1(
"LDA %s", image->realName );
332 if ( strlen(_sequence) == 0 ) {
340 if ( strlen(_frame) == 0 ) {
358 outline1(
"LDA %s", image->realName );
370 if ( strlen(_frame) == 0 ) {
385 outline1(
"LDA %s", image->realName );