185 switch( resource->
type ) {
187 if ( image->bankAssigned != -1 ) {
190 sprintf(alreadyLoadedLabel,
"%salready", label );
193 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
196 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
233 resource.
realName = strdup( bankWindowName );
255 if ( image->bankAssigned != -1 ) {
258 sprintf(alreadyLoadedLabel,
"%salready", label );
261 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
264 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
282 if ( image->strips ) {
287 outline1(
"LDA #<%sstrip", image->realName);
289 outline1(
"LDA #>%sstrip", image->realName);
317 resource.
realName = strdup( bankWindowName );
325 if ( image->strips ) {
330 outline1(
"LDA #<%sstrip", image->realName);
332 outline1(
"LDA #>%sstrip", image->realName);
357 if ( image->residentAssigned ) {
360 sprintf(alreadyLoadedLabel,
"%salready", label );
363 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
366 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
369 if ( image->uncompressedSize ) {
372 bank_read_semi_var( _environment, image->bankAssigned, image->absoluteAddress, bankWindowName, image->size );
375 cpu_label( _environment, alreadyLoadedLabel );
378 resource.
realName = strdup( bankWindowName );
423 outline1(
"LDA %s", image->realName );
436 if ( strlen(_sequence) == 0 ) {
444 if ( strlen(_frame) == 0 ) {
462 outline1(
"LDA %s", image->realName );
474 if ( strlen(_frame) == 0 ) {
489 outline1(
"LDA %s", image->realName );