mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-05 00:04:46 +00:00
c4d3e822ff
git-svn-id: http://svn.code.sf.net/p/netboot65/code@84 93682198-c243-4bdb-bd91-e943c89aac3b
7 lines
319 B
ArmAsm
7 lines
319 B
ArmAsm
.bss
|
|
|
|
;global scratch buffer that DHCP/DNS and others can use while building outbound packets.
|
|
;you need to be careful if using this that you don't call a function that also uses it.
|
|
;if this is reversed for higher level protocols, the likelyhood of collision is low.
|
|
.export output_buffer
|
|
output_buffer: .res 256 |