mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
12 lines
72 B
Plaintext
12 lines
72 B
Plaintext
|
|
|
|
start:
|
|
load s0, 0
|
|
call func
|
|
load s1, s0
|
|
|
|
func:
|
|
add s0, 1
|
|
return
|
|
|