Skip to content

Implemented microcode reading. #36

Implemented microcode reading.

Implemented microcode reading. #36

Workflow file for this run

name: Test Assembler
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Testing
working-directory: ./assembler
run: make test