Skip to content
  • Marek Vasut's avatar
    mxssb: Implement JUMP command · 929ca711
    Marek Vasut authored
    
    
    The jump command is almost identical to the CALL command, with the
    difference that CALL command saves stack and allows the called code
    to return into the BootROM. JUMP command does not do that, it just
    sets the PC register to a value and that's it.
    
    The sematics of both commands are almost identical though, therefore
    implement JUMP as a minor adjustment to CALL.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    929ca711