Address Oliver's comments
This commit is contained in:
@@ -9,13 +9,11 @@
|
||||
.importzp tmp1, tmp2, sreg
|
||||
|
||||
_htonl := _ntohl
|
||||
.code
|
||||
|
||||
_ntohl:
|
||||
; The parts of our 32 bit word
|
||||
; are in sreg+1, sreg, X, A.
|
||||
|
||||
|
||||
; Save A and X
|
||||
stx tmp1
|
||||
sta tmp2
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
|
||||
_htons := _ntohs
|
||||
|
||||
.code
|
||||
|
||||
_ntohs:
|
||||
sta tmp1
|
||||
txa
|
||||
|
||||
Reference in New Issue
Block a user