adds readme

This commit is contained in:
Emanuel Rodriguez 2022-11-21 22:50:28 -08:00
parent 2c7be9b288
commit f777789fc5
3 changed files with 13 additions and 0 deletions

13
src/1_4.asm Normal file
View File

@ -0,0 +1,13 @@
; a user defined proc
.code
asm_proc proc
ret ; return from the procedure
asm_proc endp
main proc ; the main procedure
call asm_proc ; call our proc
ret
main endp
end

BIN
src/1_4.exe Normal file

Binary file not shown.

BIN
src/mllink$.lnk Normal file

Binary file not shown.