.data Buffer: .space 500 Par: ;Filedeskriptor, Adr. des Puffers, Byteanzahl .space 4 .word Buffer .word 500 .text ;... lhi r14,Par>>16 ; Obere 16-Bit addui r14,r14,Par&0xffff ; Untere 16-Bit trap 3