• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

assembly language? DLX?

NeoMadHatter

Platinum Member
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?
 
Back
Top