Skip to content

Commit

Permalink
para-align INITENV segment
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Aug 7, 2024
1 parent 00adddd commit a9adbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drbio/genercfg.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4036,8 +4036,8 @@ save_sp dw 0 ; save SP here for GOSUB/RETURN's

INITDATA ends

INITENV segment public byte 'INITDATA'

INITENV segment public para 'INITDATA'
Public envstart
envstart db 253 dup (0) ; initial env buffer
envend dw 0 ; make it double null terminated
db 1Ah ; EOF marker env buffer
Expand Down

0 comments on commit a9adbbf

Please sign in to comment.