Cuando agregamos los .include en la Prueba de la Parte B nos salta el siguiente error de compilación:
UNDEFINED SYMBOLS
variable
tabla
rutint
PruebaParteB.o:F:\\IMP\\PRACTICA3\\PARTEB/hexa7seg.s:10: undefined reference to `variable'
PruebaParteB.o:F:\\IMP\\PRACTICA3\\PARTEB/hexa7seg.s:12: undefined reference to `tabla'
PruebaParteB.o:F:\\IMP\\PRACTICA3\\PARTEB/hexa7seg.s:19: undefined reference to `rutint'
PruebaParteB.o:F:\\IMP\\PRACTICA3\\PARTEB/hexa7seg.s:20: undefined reference to `tabla'
C:\paquetes\z80-tools\binutils-z80\z80-coff-objdump: 'PruebaParteB': No such file
Que puede ser?