2016-11-12 18:20:58 +00:00
|
|
|
#
|
|
|
|
! $Source: /cvsroot/tack/Ack/plat/linux386/libsys/_hol0.s,v $
|
|
|
|
! $State: Exp $
|
|
|
|
! $Revision: 1.1 $
|
|
|
|
|
|
|
|
! Declare segments (the order is important).
|
|
|
|
|
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
|
|
|
|
! This data block is used to store information about the current line number
|
|
|
|
! and file.
|
|
|
|
|
|
|
|
.define hol0
|
2016-11-19 10:09:07 +00:00
|
|
|
.define .hol0
|
|
|
|
.sect .bss
|
|
|
|
hol0:
|
|
|
|
.hol0:
|
|
|
|
.space 8
|