This commit is contained in:
Nils Polek
2023-12-09 22:40:18 +01:00
parent 55af679c39
commit 61a138fdee
6 changed files with 28 additions and 2 deletions

Binary file not shown.

17
programs/prog7.asm Normal file
View File

@@ -0,0 +1,17 @@
//
// prog04.asm -- call/ret with args, and with ret value
//
pushc 12
rdint
mul
wrint
call proc
halt
proc:
asf 0
pushc '\n'
wrchr
rsf
ret

BIN
programs/prog7.bin Normal file

Binary file not shown.