diff options
-rw-r--r-- | file.inc | 1 | ||||
-rw-r--r-- | monad.inc | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,7 @@ endstruc section .bss %2_fd: resq 1 section .data + align 8 %2_filedata: istruc FileData at fd_fname, dq %2_fname @@ -13,6 +13,8 @@ endstruc ;; %1 = Name ;; %2 = Address of Structure ;; %3 = Something > 0, Nothing = 0 + section .data + align 8 m_%1: istruc MaybeMonad at mm_v, dq %2 ; The address of the MaybeMonad-wrapped structure |