SlideShare a Scribd company logo
2
Most read
4
Most read
5
Most read
RISC-V Assembly
HOUR OF CODE HONG KONG
Who
Peter
Just a programmer
peter@quantr.hk
Today
1. Introduce RISC-V ASM
2. Get start
3. Code something
4. Debug something
5. RISC-V ISA
RISC-V
 RISC-V (pronounced "risk-five”) is an open standard instruction
set architecture (ISA) based on established reduced instruction
set computer (RISC) principles
RISC-V assembly
RISC-V assembly
RISC-V assembly
RISC-V assembly
https://www.quantr.hk/asmweb
Example
.data
myByte1: .byte 0xab
nullByte1: .byte 0x0
nullByte2: .byte 0x0
nullByte3: .byte 0x0
myByte2: .byte 0x0
.text
lw x11,myByte1
lui x12,0x10010
addix12,x12,0x4
sb x11,0x0(x12)
Simulator
RARS simulator
https://github.com/TheThirdOne/rars
Example 2
.data
myByte1: .byte 0x1, 0x2, 0x3, 0x0
.text
lui x16,0
lui x15,0
lui x14,%hi(myByte1)
label1:
lb x10,(x14)
add x15,x15,x10
addix14,x14,1
bne x10,x16,label1

More Related Content

PPTX
Architecture Exploration of RISC-V Processor and Comparison with ARM Cortex-A53
PDF
Andes open cl for RISC-V
PPTX
Reverse Engineering of Rocket Chip
PPTX
An Open Discussion of RISC-V BitManip, trends, and comparisons _ Cuff
PDF
RISC-V 30908 patra
PDF
Semi dynamics high bandwidth vector capable RISC-V cores
PDF
Klessydra-T: Designing Configurable Vector Co-Processors for Multi-Threaded E...
PDF
Andes andes clarity for risc-v vector processor
Architecture Exploration of RISC-V Processor and Comparison with ARM Cortex-A53
Andes open cl for RISC-V
Reverse Engineering of Rocket Chip
An Open Discussion of RISC-V BitManip, trends, and comparisons _ Cuff
RISC-V 30908 patra
Semi dynamics high bandwidth vector capable RISC-V cores
Klessydra-T: Designing Configurable Vector Co-Processors for Multi-Threaded E...
Andes andes clarity for risc-v vector processor

What's hot (20)

PPTX
Static partitioning virtualization on RISC-V
PDF
RISC-V Zce Extension
PPTX
Closing the RISC-V compliance gap via fuzzing
PDF
Tech talk with lampro mellon an open source solution for accelerating verific...
PPTX
RISC-V growth and successes in technology and industry - embedded world 2021
PPTX
RISC-V NOEL-V - A new high performance RISC-V Processor Family
PPTX
Klessydra t - designing vector coprocessors for multi-threaded edge-computing...
PDF
Getting started with RISC-V verification what's next after compliance testing
PDF
SemiDynamics new family of High Bandwidth Vector-capable Cores
PDF
Andes RISC-V processor solutions
PDF
Andes enhancing verification coverage for risc v vector extension using riscv-dv
PDF
RISC-V & SoC Architectural Exploration for AI and ML Accelerators
PPTX
Codasip application class RISC-V processor solutions
PDF
Secure IoT Firmware for RISC-V
PDF
Linux on RISC-V
PPTX
Gernot heiser unsw sydney and se l4 foundation
PPTX
Fueling the datasphere how RISC-V enables the storage ecosystem
PPTX
Esperanto accelerates machine learning with 1000+ low power RISC-V cores on a...
PPTX
Riscv 20160507-patterson
PPTX
An open flow for dn ns on ultra low-power RISC-V cores
Static partitioning virtualization on RISC-V
RISC-V Zce Extension
Closing the RISC-V compliance gap via fuzzing
Tech talk with lampro mellon an open source solution for accelerating verific...
RISC-V growth and successes in technology and industry - embedded world 2021
RISC-V NOEL-V - A new high performance RISC-V Processor Family
Klessydra t - designing vector coprocessors for multi-threaded edge-computing...
Getting started with RISC-V verification what's next after compliance testing
SemiDynamics new family of High Bandwidth Vector-capable Cores
Andes RISC-V processor solutions
Andes enhancing verification coverage for risc v vector extension using riscv-dv
RISC-V & SoC Architectural Exploration for AI and ML Accelerators
Codasip application class RISC-V processor solutions
Secure IoT Firmware for RISC-V
Linux on RISC-V
Gernot heiser unsw sydney and se l4 foundation
Fueling the datasphere how RISC-V enables the storage ecosystem
Esperanto accelerates machine learning with 1000+ low power RISC-V cores on a...
Riscv 20160507-patterson
An open flow for dn ns on ultra low-power RISC-V cores
Ad

Similar to RISC-V assembly (20)

PDF
SFO15-500: VIXL
PPTX
200 Open Source Projects Later: Source Code Static Analysis Experience
PDF
A Check of the Open-Source Project WinSCP Developed in Embarcadero C++ Builder
PDF
Sniffing Mach Messages
PDF
Running Java on Arm - Is it worth it in 2025?
PDF
Linux kernel-rootkit-dev - Wonokaerun
PDF
Scylla Summit 2022: ScyllaDB Embraces Wasm
KEY
Post Exploitation Bliss: Loading Meterpreter on a Factory iPhone, Black Hat U...
PDF
A2O Core implementation on FPGA
PDF
Mikhail Belopuhov: OpenBSD: Where is crypto headed?
PPTX
04 - I love my OS, he protects me (sometimes, in specific circumstances)
KEY
Using Smalltalk for controlling robotics systems
PDF
Shellcoding in linux
PDF
NYU hacknight, april 6, 2016
ODP
[Defcon] Hardware backdooring is practical
PDF
Library Operating System for Linux #netdev01
PPTX
PVS-Studio, a solution for resource intensive applications development
PPTX
CA-Lec4-RISCV-Instructions-1aaaaaaaaaa.pptx
PDF
Swift Install Workshop - OpenStack Conference Spring 2012
PDF
XS Boston 2008 Paravirt Ops in Linux IA64
SFO15-500: VIXL
200 Open Source Projects Later: Source Code Static Analysis Experience
A Check of the Open-Source Project WinSCP Developed in Embarcadero C++ Builder
Sniffing Mach Messages
Running Java on Arm - Is it worth it in 2025?
Linux kernel-rootkit-dev - Wonokaerun
Scylla Summit 2022: ScyllaDB Embraces Wasm
Post Exploitation Bliss: Loading Meterpreter on a Factory iPhone, Black Hat U...
A2O Core implementation on FPGA
Mikhail Belopuhov: OpenBSD: Where is crypto headed?
04 - I love my OS, he protects me (sometimes, in specific circumstances)
Using Smalltalk for controlling robotics systems
Shellcoding in linux
NYU hacknight, april 6, 2016
[Defcon] Hardware backdooring is practical
Library Operating System for Linux #netdev01
PVS-Studio, a solution for resource intensive applications development
CA-Lec4-RISCV-Instructions-1aaaaaaaaaa.pptx
Swift Install Workshop - OpenStack Conference Spring 2012
XS Boston 2008 Paravirt Ops in Linux IA64
Ad

More from Peter Cheung (15)

PPTX
Dotnet core
PPTX
Netbeans dev and ecosystem
PPTX
Cityu Appslab c++ talk
PPTX
Quantr Migration tool functionalities
PPTX
Create smarter bot enabled apps with agilepoint nx
PPTX
Quantr migration tool introduction
PPTX
國產操作系統
PPTX
北京大學計算機開題
PPTX
Titan - hk openstack 4th birthday party
PPTX
Openstack Titan for Hong Kong Cloudcamp 2014
PPTX
PPTX
application firewall research proposal
PPTX
How microsoft doing research
PPTX
北大科研沙龍 - Openstack Titan
PPTX
Demo threater
Dotnet core
Netbeans dev and ecosystem
Cityu Appslab c++ talk
Quantr Migration tool functionalities
Create smarter bot enabled apps with agilepoint nx
Quantr migration tool introduction
國產操作系統
北京大學計算機開題
Titan - hk openstack 4th birthday party
Openstack Titan for Hong Kong Cloudcamp 2014
application firewall research proposal
How microsoft doing research
北大科研沙龍 - Openstack Titan
Demo threater

Recently uploaded (20)

PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
ISO 45001 Occupational Health and Safety Management System
PPTX
ai tools demonstartion for schools and inter college
PDF
System and Network Administraation Chapter 3
PPT
Introduction Database Management System for Course Database
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
AI in Product Development-omnex systems
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
System and Network Administration Chapter 2
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
history of c programming in notes for students .pptx
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Digital Strategies for Manufacturing Companies
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
ISO 45001 Occupational Health and Safety Management System
ai tools demonstartion for schools and inter college
System and Network Administraation Chapter 3
Introduction Database Management System for Course Database
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
AI in Product Development-omnex systems
VVF-Customer-Presentation2025-Ver1.9.pptx
2025 Textile ERP Trends: SAP, Odoo & Oracle
System and Network Administration Chapter 2
Which alternative to Crystal Reports is best for small or large businesses.pdf
history of c programming in notes for students .pptx
Wondershare Filmora 15 Crack With Activation Key [2025
Digital Strategies for Manufacturing Companies
Design an Analysis of Algorithms II-SECS-1021-03
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...

RISC-V assembly