Skip to content

Task: F1-car program (CPU-driven) #22

Description

@dydx404

Category: Software

Description:
Write a small RISC-V program that changes an output value periodically (e.g., counting up, blinking, simple FSM).
This is the source the CPU will run to show on VBuddy.

Examples:

loop:
addi x10, x10, 1
sw x10, 0(x0)
beq x0, x0, loop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions