Prog1

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Prog1 as PDF for free.

More details

  • Words: 86
  • Pages: 1
################################################## ######################### Transferring the contents into a register ################################################## #########################

x. y z

.aseg value,data .org 32h .dsb 2 .dsb 2 .dsb 2 .rseg mv,code mov r3,#56h mov psw,#08h mov x,#25h mov r3,x mov a,r3 mov z,#56h mov psw,#10h mov r0,#56h mov a,r0 mov psw,#00h mov r0,a mov x,#56h nop nop .end

; store the value 56 in r3 ; initialize bank1 ; load the data 25 into x ;load the data 56 into z ; initialize bank2 ;load the data 56 into a ;initialize bank0

Related Documents

Prog1
November 2019 6
Intro Prog1
April 2020 1
Prog1.pdf
June 2020 1