assembly language? DLX?

NeoMadHatter

Platinum Member
Nov 29, 2000
2,355
0
0
johntwang.com
anyone know any dlx assembly language?

say i have in memory address #400 the ascii letter "a" in there. and i load it into a register, say r8.

addi r8, r0, #400 ;; r8 = 400
lb r7 , 0(r8) ;; r7 = what is in memory address #400

how can i get the ascii value of "a"? (which is 97) and other ascii letters and such?