.read_0346 LDA LASCT \ Fetch the current value of LASCT into A JMP tube_put \ Send A back to the parasite and return from the \ subroutine using a tail callName: read_0346 [Show more] Type: Subroutine Category: Tube Summary: Implement the read_0346 command (read LASCT)Context: See this subroutine in context in the source code References: This subroutine is called as follows: * tube_table calls read_0346
This routine is run when the parasite sends a read_0346 command. It sends the I/O processor's value of LASCT back to the parasite.
[X]
Configuration variable LASCT = &0346
The laser pulse count for the current laser, matching the address in the main game code
[X]
Subroutine tube_put (category: Tube)
As the I/O processor, send a byte across the Tube to the parasite