Skip to content

Implemented microcode for branching instructions and updated hardware… #18

Implemented microcode for branching instructions and updated hardware…

Implemented microcode for branching instructions and updated hardware… #18

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: make check
working-directory: ./assembler
run: make check