MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdDisasmDataDefFloat

Function CmdDisasmDataDefFloat

source/Debugger/Debugger_DisassemblerData.cpp:573–577  ·  view source on GitHub ↗

Command: DF Usage: DF Applesoft has several floating-point constants in ROM. i.e. 300:A0 E9 LDY #>$E932 302:A9 32 LDA #<$E932 304:20 F9 EA JSR LOAD.FAC.FROM.YA 307:4C 2E ED JMP PRINT.FAC Addr Symbol FAC Value E913 CON.ONE 8100000000 1.0 E92D CON.SQR.HALF 803504F334 .707106781 E932 CON.SQR.TWO 813504F334 1.41421356 etc.

Source from the content-addressed store, hash-verified

571// E932 CON.SQR.TWO 813504F334 1.41421356
572// etc.
573Update_t CmdDisasmDataDefFloat(int nArgs)
574{
575 g_aArgs[0].nValue = NOP_FAC;
576 return _CmdDisasmDataDefByteX( nArgs );
577}
578
579// Command: DW
580// Usage:

Callers

nothing calls this directly

Calls 1

_CmdDisasmDataDefByteXFunction · 0.85

Tested by

no test coverage detected