shell.asm

URL: https://mirkwood.cs.edinboro.edu/~bennett/class/cmsc3100/spring2026/notes/intro/code/shell.asm
 
%include "CONSTANTS.h"

section .data

section .bss

section .text

global main
main:
    ;mov rdi, format1
    ;mov rsi, -1
    ;call CallPrintf 
   
    jmp Exit