Code:
     Case 123 'ASCII-Zeichen für Bootloader
        Porta = 0
        Portc = 0
        Porte = 0
        Disable Interrupts
        Baud = 38400
        Goto &HF000 ' Loaderbereich
     Case 124 'ASCII-Zeichen für Bootloader
        Porta = 0
        Portc = 0
        Porte = 0
        Disable Interrupts
        Baud = 38400
        Goto &HF000 ' Loaderbereich
Die einzig sinnvolle Verwendung von Goto in Bascom