184 switch( resource->
type ) {
186 if ( image->bankAssigned != -1 ) {
189 sprintf(alreadyLoadedLabel,
"%salready", label );
192 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
195 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
232 resource.
realName = strdup( bankWindowName );
254 if ( image->bankAssigned != -1 ) {
257 sprintf(alreadyLoadedLabel,
"%salready", label );
260 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
263 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
281 if ( image->strips ) {
286 outline1(
"LDA #<%sstrip", image->realName);
288 outline1(
"LDA #>%sstrip", image->realName);
316 resource.
realName = strdup( bankWindowName );
323 if ( image->strips ) {
328 outline1(
"LDA #<%sstrip", image->realName);
330 outline1(
"LDA #>%sstrip", image->realName);
355 if ( image->residentAssigned ) {
358 sprintf(alreadyLoadedLabel,
"%salready", label );
361 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
364 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
367 if ( image->uncompressedSize ) {
370 bank_read_semi_var( _environment, image->bankAssigned, image->absoluteAddress, bankWindowName, image->size );
373 cpu_label( _environment, alreadyLoadedLabel );
376 resource.
realName = strdup( bankWindowName );
421 outline1(
"LDA %s", image->realName );
434 if ( strlen(_sequence) == 0 ) {
442 if ( strlen(_frame) == 0 ) {
460 outline1(
"LDA %s", image->realName );
472 if ( strlen(_frame) == 0 ) {
487 outline1(
"LDA %s", image->realName );