Skip to content

Commit 8415ab7

Browse files
committedAug 23, 2024
Add link to FL discussion
1 parent 33370c3 commit 8415ab7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎asm/counter.asm

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
; The counter counts how many time the routine
77
; count is called.
88
; Finally,the value is printed to the display.
9+
;
10+
; The example served for a discussion at Fortran-Lang:
11+
; https://fortran-lang.discourse.group/t/save-attribute-scope/8509/11?u=ivanpribec
912

1013
main:
1114
LD VA, 0 ; VA = 0

0 commit comments

Comments
 (0)
Failed to load comments.