Skip to content

Added a basic implementation of PUSH/POP hardware. Not complete. #24

Added a basic implementation of PUSH/POP hardware. Not complete.

Added a basic implementation of PUSH/POP hardware. Not complete. #24

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