- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
.text
.equ SWITCHES, 0x0850
.global main
main:
movia r10,SWITCHES
ldwio r9,0(r10)
andi r9,r9,0xff# only receive 1 value: SWITCHES
ldwio r8,0(r10)
andi r8,r8,0x02# receive two value: 2 or SWITCHES value
br main
.end
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page